All Content tagged with S3 Select

With Amazon S3 Select, you can use simple structured query language (SQL) statements to filter the contents of an Amazon S3 object and retrieve just the subset of data that you need.

Content language: English

Select tags to filter
Sort by most recent
197 results
I'm currently using AWS S3 to store my objects. My storage usage has grown to around 50 TB, resulting in high costs. I want to identify unused objects — specifically, those that haven’t been accessed ...
1
answers
0
votes
31
views
asked 4 days ago
Hi everyone, I’m running an ECS cluster on Fargate, and I’m trying to find the best way to manage application configuration. My current setup: Sensitive config (e.g. secrets, tokens): stored in SSM Pa...
1
answers
0
votes
38
views
asked 13 days ago
In us-east-1 I am getting openssl errors ``` ❯ aws s3 ls test-random-buckeadsfdsfd --region us-west-2 An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket...
1
answers
0
votes
79
views
asked a month ago
I am having weird issue. I have an. s3 bucket created from which i am hosting a static website . I have a css file as well in the bucket for soem reason there is a specific css which i am applying t...
1
answers
0
votes
38
views
asked a month ago
Hello, I would like to know why for some images stored in the bucket I receive an error when trying to open them directly via their URL while logged into the console. This XML file does not appear t...
1
answers
0
votes
46
views
asked 2 months ago
I am loading data from MySQL in S3 with full load + CDC. I am using parquet format on S3 target. Getting data quickly is not my goal. I have set MaxFullLoadSubTasks as 2 in replication task setting an...
2
answers
0
votes
50
views
asked 2 months ago
In AWS CloudFront, we are serving some movie streams. I recently noticed an additional setting called Smooth Streaming in the CloudFront configuration under Behaviors. I enabled the feature, but I'm n...
2
answers
0
votes
58
views
asked 2 months ago
I am using spark to insert data into S3 tables from S3 buckets and want to enforce unique constraint on a combination of 2 keys. E.g Key1 and Key2. Essentially want to set primary key to be combinatio...
2
answers
0
votes
82
views
asked 3 months ago
I am trying to access s3 tables from AWS Glue, but I don't see the equivalent package packages software.amazon.s3tables:s3-tables-catalog-for-iceberg-runtime:0.1.3 Could someone please help me find ...
1
answers
0
votes
216
views
asked 3 months ago
error downloading object from S3 hi I'm having trouble downloading objects from the console in my S3 bucket. When downloading, the following message appears: <Error> <Code>InvalidRequest</Code> <Mes...
2
answers
0
votes
126
views
asked 4 months ago
I am encountering an error that says, 'WARNING:root:Environment file .env not found!' However, the build was successful, and the output in the page shows the contents of the .env file. Additionally, I...
2
answers
0
votes
43
views
asked 4 months ago
I want to create an external table to copy s3 data int htat table for the use of redshift spectrum. The specified location includes parquet and mp4 files. I only want to copy the parquet files. And ...
2
answers
0
votes
61
views
asked 5 months ago