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,
I have seen this documentation which is to set-up the AWS S3 replication in multiple scenario (plain, SSE-S3, SSE-KMS,...
qq: S3 Object Lambda Access points. Has anyone successfully integrated one with API Gateway REST GET method? When I try to Test this using the object lambda alias via the API then all I get is ...
I have a cloudfront distro with two s3 buckets origins (see image) enter image description here
![Enter image description here](/media/postImages/original/IMf_5aeGRMSfK0MUYzMfFlJg)
each pointing to...
i want to create a AWS DMS task which can migrate the data from
Source:- MySQL
Target:- S3
Bucket:- test
Bucket folder:- /days=19700/data/*.parquet
/days=19701/data/*.parquet
the days value here is...
Hi—
I have inherited a project that uses S3 storage (In fact I’m told it was one of the first users of S3).
The project is now at the end of its life (i.e. out of money) and we need to achieve the...
In my bucket, I am able to download the images that I put inside. However, if I click on the link to display them, it doesnt work, and it returns the error:
```
This XML file does not appear to have...
Dear S3 Users,
I faced a small issue, and as I'm un-experienced in S3 and the deeper settings, I would kindly ask for your support on the following topic:
I have set up an S3 bucket in the London...
Hi,
I'm looking for help with AWS API Gateway.
**Objective:**
1. Create an authenticated REST API endpoint to allow PUT of JSON saved as files to S3. (Webhook)
2. Create a REST API endpoint to...
Hello, when I apply the plan for this main.tf with my user terraform with administrator full access I have this error :
`
╷
│ Error: creating S3 Bucket (sylvain-ard-f7add749) ACL: operation error S3:...
Question from customer :Is there a way to backup an athena datasource without backing up each views? is snapshotting an option. From my research, the only options from this repost is to download the...
For buckets containing hundreds of thousands of objects, are there any best practices to optimize for the ListObjects operation? I am wondering if I am better off using a database as an index to keep...
I have been writing CloudFormation Stack using `yaml` and deploying it to AWS Infrastructure ( For legacy reasons, I can not switch to CDK unfortunately ;))
Following yaml code is a part of the...