Amazon IAM Policy – Readonly Access to single s3 bucket

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/*” ] } ] }

Publicis Groupe Acquires Flip Media, Leading Middle Eastern Digital Agency

Publicis Groupe announced today its acquisition of Flip Media, a leading digital agency in the Middle East. The agency will be folded into Leo Burnett Worldwide and will retain its name. Founded in 2003 and headquartered in Dubai (UAE), Flip Media has more than 100 employees across the Middle East and India, and has worked… Continue reading Publicis Groupe Acquires Flip Media, Leading Middle Eastern Digital Agency

VirtualBox web interface with phpVirtualBox

This weekend I had some time to spend with VirtualBox. VirtualBox is a cross-platform virtualization application. This helps you to run various operating system as virtual machine. This is the concept that is adapted by most of the companies which offer us cloud computing. Recently I came to know that VirtualBox has built in Web… Continue reading VirtualBox web interface with phpVirtualBox

Why would Sony ATV block embedded video in Facebook not Google Plus ?

As usual I was sharing a video with my friends on Facebook and now on Google Plus. I found something strange. Sony ATV had blocked embedded playback in youtube for Facebook. And the same video is playing on the embedded player in Google Plus… Now my question is? Is it Sony ATV blocking it on… Continue reading Why would Sony ATV block embedded video in Facebook not Google Plus ?

Published
Categorized as General