Revert "[#2260] services/object: Do not assemble object with TTL=1" #136

Merged
fyrchik merged 1 commit from carpawell/frostfs-node:fix/assembling-with-redirect into master 2023-03-20 07:58:34 +00:00

View file

@ -115,7 +115,7 @@ func (exec execCtx) key() (*ecdsa.PrivateKey, error) {
}
func (exec *execCtx) canAssemble() bool {
return !exec.isRaw() && !exec.headOnly() && !exec.isLocal()
return !exec.isRaw() && !exec.headOnly()
}
func (exec *execCtx) splitInfo() *objectSDK.SplitInfo {