{"id":1555,"date":"2023-05-31T18:11:33","date_gmt":"2023-05-31T18:11:33","guid":{"rendered":"\/blog\/?p=1555"},"modified":"2023-05-31T18:11:33","modified_gmt":"2023-05-31T18:11:33","slug":"aws-s3-list-files-according-to-their-timestamp-using-bash","status":"publish","type":"post","link":"\/blog\/index.php\/aws-s3-list-files-according-to-their-timestamp-using-bash\/","title":{"rendered":"aws s3 list files according to their timestamp using bash"},"content":{"rendered":"\n<p>Search on a given date<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>aws s3api list-objects-v2 --bucket BUCKET_NAME --query 'Contents&#91;?contains(LastModified, `YYYY-MM-DD`)].Key'\n<\/code><\/pre>\n\n\n\n<p>Search from a certain date to today<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>aws s3api list-objects-v2 --bucket BUCKET_NAME  --query 'Contents&#91;?LastModified&gt;=`YYYY-MM-DD`].Key'<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Search on a given date Search from a certain date to today<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1555","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1555","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=1555"}],"version-history":[{"count":1,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1555\/revisions"}],"predecessor-version":[{"id":1556,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/1555\/revisions\/1556"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=1555"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=1555"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=1555"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}