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...
1
answers
0
votes
32
views
asked a day ago
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.
1
answers
0
votes
14
views
asked a day ago
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'...
2
answers
0
votes
27
views
asked 2 days ago
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
1
answers
0
votes
26
views
asked 3 days ago
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...
1
answers
0
votes
34
views
asked 4 days ago
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 ...
2
answers
1
votes
46
views
asked 5 days ago
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...
1
answers
0
votes
25
views
asked 5 days ago
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...
1
answers
0
votes
12
views
asked 5 days ago
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...
1
answers
0
votes
52
views
asked 5 days ago
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...
1
answers
0
votes
36
views
profile picture
asked 5 days ago
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...
1
answers
0
votes
54
views
asked 8 days ago
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...
1
answers
0
votes
43
views
asked 10 days ago