I'd to ask how to filter the standard storage of s3 bucket filtering by current date only.
using this command:
aws s3api list-objects-v2 --bucket videos --prefix Genre --query "Contents[?StorageClass=='STANDARD'].Key" --output text | sed 's/\t/\n/g'
I'd to ask how to filter the standard storage of s3 bucket filtering by current date only.
using this command:
aws s3api list-objects-v2 --bucket videos --prefix Genre --query "Contents[?StorageClass=='STANDARD'].Key" --output text | sed 's/\t/\n/g'