How to restrict Amazon S3 API access? -


Whether using a different identity (using key / secret key) to access the Amazon S3 bucket via the Rest API Any way Where can I restrict access (for example read only)?

Yes, you can do the S3 API documentation describes the services available to you. You can set a bucket so another Amazon S3 can read the account but can not modify the item in the bucket.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -