简体   繁体   中英

Can i give my customer an AWS bucket link where they can go and upload files?

我们希望从我们的S3存储桶中获取客户的文件,我想知道是否可以创建存储桶并将其链接给客户,以便他可以将文件上传到该存储桶。

The thing that you are looking for is Signed URLs. Here you can read more: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-signed-urls.html https://docs.aws.amazon.com/AmazonS3/latest/dev/PresignedUrlUploadObject.html

The important thing to note is that this signed url is going to be valid for a specific time.

You can share a bucket with others, with security policies as defined in your Bucket Policy and IAM Policies. However, keep in mind that you'd be charged for their usage. You can use S3 Requester Pays to invert request charges, but storage charges still apply to the bucket owner.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM