serkan haytac
Search... ⌘K
All tags

Posts tagged 's3'

2 posts

3 min read

Filter and delete s3 objects by date.

➜ ~ aws s3api list-objects --bucket fake-bucket --query 'Contents[?LastModified>=`2018-10-04` ].{Key:Key}' --prefix "2018-10-04" --output text | xar

Read more
3 min read

Server-Side Encryption with Customer-Provided Encryption Keys

Per AWS docs requirements for encryptions are:

Read more