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 ...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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 ...