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...
2
answers
0
votes
88
views
Aks
asked 24 days ago
private AmazonS3 s3; private BasicAWSCredentials awsCreds; private Bucket bucket; private String nomeBucket = null; // ...
2
answers
0
votes
34
views
asked 25 days ago
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...
2
answers
0
votes
90
views
Jess
asked a month ago
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...
1
answers
0
votes
89
views
Mike
asked a month ago
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...
2
answers
0
votes
68
views
Ragsop
asked a month ago
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...
1
answers
0
votes
63
views
spy16
asked a month ago
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...
1
answers
0
votes
93
views
asked a month ago
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:...
1
answers
0
votes
123
views
asked a month ago
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...
2
answers
0
votes
136
views
asked a month ago
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...
3
answers
0
votes
107
views
asked a month ago
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...
4
answers
0
votes
96
views
Damon
asked a month ago
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...
1
answers
0
votes
148
views
asked a month ago