Relative Content

Tag Archive for amazon-web-servicesamazon-s3

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?

How to query AWS list-objects-v2 to return a result set of Glacier Deep Archive objects which have been restored

I’m trying to find a good way to list items within a bucket prefix that have been transitioned from Glacier Deep Archive to Standard. I see there is a RestoreStatus->IsRestoreInProgress (boolean). According to the docs the key only exists for items that have been restored, and the value will be false for items which have been restored. So I am trying to limit my results to that with: