|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 414 Location: A'dam/Diemen, The Netherlands
|
Posted: Wed Oct 08, 2014 1:46 pm Post subject: Amazon S3 restrict policy to a single bucket only |
|
|
If your bucket is named: 4ormat-knowledge-base this will do the trick:
Code: | {
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::*"
},
{
"Effect": "Allow",
"Action": "s3:*",
"Resource": [
"arn:aws:s3:::4ormat-knowledge-base",
"arn:aws:s3:::4ormat-knowledge-base/*"
]
}
]
} |
And yes, you will need to allow listing of all buckets ..
Source:
http://mikeferrier.com/2011/10/27/grant...mazon-iam/ |
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Wed Oct 08, 2014 1:46 pm Post subject: Amazon S3 restrict policy to a single bucket only |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Wed Oct 08, 2014 1:46 pm Post subject: Amazon S3 restrict policy to a single bucket only |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|