如何限制的Amazon S3 A​​PI访问?Amazon、PI

由网友(人山人海)分享简介:有没有一种方法来创建一个不同的身份(访问密钥/密钥)通过REST API,在那里我可以限制访问Amazon S3存储桶(只读为例)?Is there a way to create a different identity to (access key / secret key) to access Amazon S...

有没有一种方法来创建一个不同的身份(访问密钥/密钥)通过REST API,在那里我可以限制访问Amazon S3存储桶(只读为例)?

Is there a way to create a different identity to (access key / secret key) to access Amazon S3 buckets via the REST API where I can restrict access (read only for example)?

推荐答案

是的,你可以。在S3 API文档介绍了身份验证和访问控制服务提供给您。您可以设置一个水桶,以便其他Amazon S3的帐户可以读取,但在桶不能修改项目。

Yes, you can. The S3 API documentation describes the Authentication and Access Control services available to you. You can set up a bucket so that another Amazon S3 account can read but not modify items in the bucket.

阅读全文

相关推荐

最新文章