All Content tagged with Amazon Simple Storage Service
Amazon Simple Storage Service (Amazon S3) is an object storage service offering industry-leading scalability, data availability, security, and performance.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I have a bucket for client recordings and I routinely edit the permissions so they can access their session. My most recent recordings permissions are NOT staying set at public access, even though I...
The [MediaLive Trusted Entity Requirements](https://docs.aws.amazon.com/medialive/latest/ug/trusted-entity-requirements.html) for S3 list `PutObject` twice, once (along with `ListBucket`, `GetObject`,...
I want to trigger a Lambda function whenever a user deactivates their MFA. To achieve this, I've set up an AWS CloudFormation template that creates a CloudTrail trail and an EventBridge...
I am just curious whether reducing tail latency by sending hedged requests toward S3 replicas would be possible. So let's say the first request toward the closest replica reaches a certain latency...
I want to use a Distributed Map State to set tags on multiple objects in a "requester pays" bucket on S3. It seems that ItemReader does not support the "RequestPayer" option, even though it is...
recently setup an S3 bucket for offloading backups from Veeam. Initially it worked, but now when attempting to backup we get an error message
`14/08/2024 14:12:32 Warning Failed to import backup...
The documentation on both S3 and EC2 pricing pages seem to indicate that there're not data transfer charges when transferring data directly from an S3 bucket to an EC2 instance in the same region...
I have deleted all Vaults that were in Glacier however I'm still being charged a small amount every month. I'd like to know what I am being charged for, and how I can remove that service, so that I'm...
Hi, I have a question while using the GetObject API in S3.
https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html
As far as I understand, when requesting with a specified 'Range'...
I am trying to write the most basic of static website servers possible with AWS in CloudFormation. But for some reason my OAC is not working and I am getting AccessDenied errors when I access...
If I have a bucket that is versioned. What CLI command can delete all versions of all objects as well as the bucket? I ran the aws s3 rm command but it did not delete all versions of the...
I have a versioning enabled bucket with objects having retention, and if I suspend the versioning of the bucket and put object with same name again, will there be again two different object versions...