How to: AWS IAM user access issues for S3 #dev #fix #development
How to: AWS IAM user access issues for S3 #dev #fix #development
AWS IAM user access issues for S3
I have the following IAM policy for a user
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1395161912000", "Effect": "Allow", "Action": [ "s3:ListBucket", "s3:PutObject", "s3:*" ], "Resource": [ "arn:aws:s3:::bucketname" ] }, { "Sid": "list", "Effect": "Allow", "Action": [ "s3:ListAllMyBuckets" ], "Resource": [ "arn:aws:s3:::*" ] } ] }
The…
View On WordPress













