I want to set a default cache-control:no cache to the complete bucket. I know I can do this by setting meta-data. But when I check the properties of the bucket, I don't see any metadata to set. How can I enable this?
- Possible duplicate of Amazon S3 Cache-Control for all bucketMichael - sqlbot– Michael - sqlbot2016-12-14 12:53:53 +00:00Commented Dec 14, 2016 at 12:53
Add a comment |
1 Answer
Metadata is not applied to a bucket. It's applied to an object. S3 doesn't have a feature that would automatically apply metadata to a newly created object.
Third party products like Cloudberry Explorer and Bucket Explorer allow setting default metadata for a bucket, but they apply this metadata to all the objects in the background.
1 Comment
Firsh - justifiedgrid.com
Mind you that depending on how smart your 3rd party solution is to maintain certain metadata on all your objects, you might incur charges that are for COPY requests for your entire bucket's contents.