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
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...
I'm attempting to create s3 folders (prefixes) within a bucket that is only accessible to specific EC2 instances via IAM Role policies based on their name. The idea would be something like...
I've configured an S3 bucket for private access and set up an event notification to trigger an SQS message upon object uploads (PUT method). While I'm successfully receiving SQS notifications, I'm...
We have a static file in a private bucket on S3. Which we usually update once a day (sometimes it can be updated within the day too)
We are serving this with CloudFront as CDN.. What I want to...
I am in the process of trying to create an alarm via CDK. My Alarm references AWS Config; but specified resourceType is **AWS::S3::AccountPublicAccessBlock** When I go through the console I am able...
So we have a AWS Bedrock Knowledge Base. In that, when we are updating the data source (basically over-writing the files in S3 bucket), then the syncs are failing. Below are some of the logs:...
If I create an S3 Gateway Endpoint in a VPC and the EC2 instances within the VPC use this S3 Gateway Endpoint to connect to S3:
I understand that using the S3 Gateway Endpoint does not incur...
Hi,
Recently we are noticing huge spike in s3 api requests. In order to find out the top buckets which are getting the api requests, we need to enable the Advanced metrics and recommendations in...
When running an AWS DataSync task it fails with error "Unable to Connect to S3 Endpoint". The DataSync configuration is setup as below:
* We create all of our DataSync tasks and locations in a...
We have created a Knowledge Base with a mongodb vector DB and a storage layer of S3.
We have metadata files for each file that we have (both are in JSON format, the data file and the metadata...