Last active
November 25, 2020 22:46
-
-
Save ASRagab/2739ec1e9fea2206e81f400637cac01a to your computer and use it in GitHub Desktop.
read from bucket after date
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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