Relative Content

Tag Archive for amazon-web-servicesamazon-s3

How to make queries using S3 select faster?

I’m using S3 select to query my csv files in S3 but i notice it takes long time (1s>) to retrieve a single record. I was wondering if I can plug an another AWS service with this to speed up my queries. I’d like some code sample as I’m new to AWS

AWS S3N Commands in AWS CLI

I want to test my access to a s3n bucket called s3n://example-folder/example_file_2024
I have never used s3n before and although I’ve done some searches over the internet and understood the purpose of it, I couldn’t find an example on AWS CLI commands to access it.
Can someone help on this?

Allowing Public Access to an S3 Folder Using Policies

I made an S3 bucket to hold my digital products that i will be selling(digital art for now). I made 2 folders, one for watermarked images, another for unwatermarked images. I accomplished this before by enabling ACLs but i wanted to try to use policies to restrict access to some folders in the bucket, and grant public access to other folders in the bucket. this is my policy, but it doesnt seem to have worked for some reason. Am I missing something?