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 requirement to transfer large volume of s3 data(10TB) one time from one AWS account to another and 1TB of data on demand(once/twice a month). This...
Hi AWS, we have a setup in an existing AWS Account comprising S3 buckets, DynamoDB tables, and EFS. These are all running actively. They need to be migrated to a new AWS Account.
One of the approach...
I'm generating pre-signed urls using a lambda function. The application then uses the URLs to upload files to a S3 bucket.
Problem: I'm trying to upload files to recently created buckets. In...
> Resource handler returned message:
"Invalid request provided: DataSync location access test failed: could not perform S3:ListObjectsV2 on bucket *my_bucket* Access denied. Ensure bucket access role...
**HELP PLS!!!!**
I'm hosting a React app built with Vite on Amazon S3. The app loads the landing (Home) page correctly, but when I try to navigate to other routes like /about or /contact, I get a 404...
Hello Guys,
We are facing a recurring issue with video synchronization in our application that uses S3. The issue occurs frequently, and we would appreciate your assistance in resolving it.
When we...
Config of Redshift Cluster:
- Enhanced VPC routing has enabled
- Redshift subnet in the same subnet as S3 vpc endpoint
Config of S3
- VPC endpoints created for S3
- Routing has configured to...
what are the options to send data from AWS S3 to Salesforce Marketing Cloud
I get this Error when run Glue ETL job:
`Error Category: RESOURCE_NOT_FOUND_ERROR; An error occurred while calling o228.pyWriteDynamicFrame....
My Objects in S3 are organised in below format:
```
skey=aaaaa-aaaaa-aaaaa-aaaaa/Category=yyyyyyy/ts=20230826T052300Z/abc
skey=aaaaa-aaaaa-aaaaa-aaaaa/Category=zzzzzzz/ts=20200826T052300Z/xyz
```
I...
private AmazonS3 s3;
private BasicAWSCredentials awsCreds;
private Bucket bucket;
private String nomeBucket = null;
// ...
Hi team,
I’m working with Node.js and TypeScript for my Lambda function, and I need to convert an image (e.g., image.jpg) retrieved from an S3 bucket into a base64-encoded string.
Here’s what I’ve...