Hacker News new | ask | show | jobs
by auslander 2944 days ago
Use Signed URL feature - the link is valid for set period of time.

docs.aws.amazon.com/AmazonS3/latest/dev/ShareObjectPreSignedURL.html

1 comments

This is a URL that expires, yes? What if I wanted to close my account, but let them retain the bucket and data?
Just one of the ways to share. Or you may set bucket replication to target account, or just aws s3 sync two buckets...
Thanks. Those require 2 buckets, one in each account. The one-bucket solution is elusive.