Skip to content

Instantly share code, notes, and snippets.

@ASRagab
Last active November 25, 2020 22:46
Show Gist options
  • Save ASRagab/2739ec1e9fea2206e81f400637cac01a to your computer and use it in GitHub Desktop.
Save ASRagab/2739ec1e9fea2206e81f400637cac01a to your computer and use it in GitHub Desktop.
read from bucket after date
aws s3api list-objects --bucket "bucket" --prefix "optional" --query "Contents[?LastModified>='date'][].{Key: Key, LastModified: LastModified}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment