Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 tags to filter
Sort by most recent
3086 results
I am using AmazonS3Client object to check versioning status of a S3 bucket via VPC endpoint. Below is the code snippet:
```
AmazonS3Client s3Client = new AmazonS3Client(credentialsProvider);
s3Client...
Hi,
I would like to know what version does Amazon S3 Tables support at the moment. In particular, I'm curious whether it supports Apache Iceberg 1.9.0 which added support for geospatial data types.
Hi everyone,
I'm currently using AWS Glue 4.0 to run a streaming ETL job that reads data from Kinesis. The job is configured with a interval of 15 seconds, and it's checkpointing to S3.
Over time, I'...
I would like to know if regular S3 Access Points are supported in those regions, as I couldn't find any official documentation confirming this.
Thanks
I have linked my S3 bucket with the AWS Transfer Family to serve as an SFTP server, and I am using Cyberduck software to upload data to it. I created an SFTP user and assigned an IAM role.
Currently...
Hi,
I want to access the private s3 bucket objects from lambda function. I have given appropriate permissions for the lambda execution role and the bucket policy. However, I'm still unable to access ...
I am trying to export a log group from Cloudwatch to S3 but its not working
the export task start correctly and it says status "Completed successfully" after a few minutes so its not a permission issu...
HI team,
I have configured a lifecycle rule on my S3 bucket to delete objects within a specific folder that are older than 120 days. However, the rule has not been executed, and the objects are not b...
It's clear a few S3 EventBridge rules did not trigger (a few out of thousands), how to know this for certain?
AWS used to document that "On very rare occasions, events might be lost" but they removed...
Hi AWS Support, I am unloading a .csv file from S3 bucket to Redshift but while running the SQL query using Workbench. Here is the code:
```
DROP TABLE IF EXISTS demo_schema.sample_backbook_data;
CR...
Iʻve got an s3 bucket with static content. I have no concerns about who reads it. I was happy with putting things into an S3 bucket and serving up through http, but many web browsers now refuse to a...
Hi everyone,
I'm currently hosting static files on S3 and delivering them through CloudFront. My goal is to reduce request costs by leveraging caching.
I’ve set the following Cache-Control header on...