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
Hi team,
Getting this error while runninng query in athena
com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request...
I have been working on collecting EC2 instance logs into an S3 bucket.
My primary goal is to collect these logs and provide developers with the ability to debug them through a user interface or...
Hello, I have 400gb of data stored in S3 in eu-central-1 region. I would like to compare costs between:
- Twice a month, download the data to efs in same region, keep it for 2 hours and delete it.
-...
To reduce AWS costs, I suspended versioning on one of our buckets. Now, I want to create a lifecycle rule to delete all non-current versions while retaining only the current ones.
Here’s the rule I...
Hello,
We've been exploring [GuardDuty Malware Protection for S3](https://docs.aws.amazon.com/guardduty/latest/ug/gdu-malware-protection-s3.html). While the scan of newly uploaded objects in S3...
Hello, is it possible to configure an Object Lambda to only run for certain keys?
Example: only `*.json` files are processed through the lambda, the rest of the files are going directly to the...
We have a key scheme like the example below. The end of the image name is a timestamp. We perform distributed processing over the images per `right` folder (1k+ workers over 10k+ images under...
In looking [here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiFactorAuthenticationDelete.html) regarding enabling MFA deletion on an S3 bucket, and checking the [AWS CLI v2...
Hi everyone,
I’m running into an issue with S3 presigned URLs generated during a CodeBuild stage. In my setup, I’m specifying that the URL should expire after 24 hours, but it seems like it’s...