What is a pre signed URL ? A user canĀ share private objects with others by creating a pre-signed URL, using their own security credentials,…
AWS: Cross Account S3 Bucket access using Bucket Policy
In this post I’ll walk you through on how to setup cross Account S3 Bucket access using Bucket Policy. You can watch this youtube video or…
How to delete a versioned object in your S3 bucket
When you delete an object in a versioned bucket, the object is not deleted. A delete marker is placed on that object. You can still…