diff --git a/core/uploader.go b/core/uploader.go index 8af34ec..68095a7 100644 --- a/core/uploader.go +++ b/core/uploader.go @@ -43,7 +43,7 @@ func UploadRetryBackoff() backoff.BackOff { const segmentWriteTimeout = 5 * time.Minute var expiryField = map[string]string{ - "Object-Expires": "+720h", // Objects will be deleted after 30 days + "Object-Expires": "+168h", // Objects will be deleted after 7 days } func Upload(input io.Reader, outputURI *url.URL, waitBetweenWrites, writeTimeout time.Duration) (*drivers.SaveDataOutput, error) {