Closed fenos closed 9 months ago
Will expiration extension work if tagging disabled?
If not, may be it's better to disable extension from options?
@rougsig yes, the expiration extension will still work if the tagging is disabled.
However, you won't be able to use lifecycle rules to clean up files automatically. See: S3 Expiration
You will have to call server.cleanUpExpiredUploads() in a cron-job yourself.
This PR fixes #538 introduces a new option
useTags
which will allow disabling tagging objects for S3 providers who don't support them.Tags will be now used only if the expiration extension is used.