I need to see if the images I upload are being transferred to s3 bucket on AWS.
This bucket has a lot of files in it and scrolling to the bottom would be an insane waste of time. Apparently, AWS interface does not provide a quick way to sort by date or any other columns.
Is there a quick way to search the bucket for a certain file name from command line or perhaps using a PHP script?
There is prefix search/filter available on amazone bucket with PHP, CLI and from AWS console as well.