I would like to share a file or folder in my AWS S3 bucket and set it to expire. How do I do this within the S3 console?
Eg set it to public for 7 days then revert to private
I would like to share a file or folder in my AWS S3 bucket and set it to expire. How do I do this within the S3 console?
Eg set it to public for 7 days then revert to private
You can get a signed url to a private bucket object with a expiry time upto one week and share it with public users. The url will expire after the expiry limit making the object restricted again.