IAM policy can be used to give readonly access to a single S3 bucket in Amazon cloud for a particular user. { “Statement”: [ { “Action”: [ “s3:GetBucketAcl”, “s3:GetBucketLocation”, “s3:GetBucketNotification”, “s3:GetBucketPolicy”, “s3:GetBucketRequestPayment”, “s3:GetBucketVersioning”, “s3:GetObject”, “s3:GetObjectAcl”, “s3:GetObjectVersion”, “s3:GetObjectVersionAcl”, “s3:ListBucket”, “s3:ListBucketMultipartUploads”, “s3:ListBucketVersions”, “s3:ListMultipartUploadParts” ], “Effect”: “Allow”, “Resource”: [ “arn:aws:s3:::BUCKET_NAME”, “arn:aws:s3:::BUCKET_NAME/*” ] } ] }
Tag: S3
WordPress S3 plugin updated to 1.1 Alpha
Past couple of days I have been focusing hard to optimize my blog. Related to this I have been working on the next version of s3 plugin. This version supports the following Uploads any media file in the blog to a CDN Support for cloudfront Expire headers Support for CSS and JS compression Dynamic Cache… Continue reading WordPress S3 plugin updated to 1.1 Alpha
Released new Amazon S3 Plugin for wordpress
Couple of months before one of my friend was asking about Amazon S3 plugin for wordpress. For me most of them were either complicated or not working. So my main focus of the plugin was to be really simple and in the same time effective. I would say I have kind of achieved the goal… Continue reading Released new Amazon S3 Plugin for wordpress