So I have an S3 bucket of videos (several hundred), upon which I used ElasticTranscoder to transcode everything into a second, optimised bucket.
However, when I inspect my second bucket, there are 40-50 less objects, but I cannot figure out what they are (the directory structure is deeply nested etc).
How can I get the file diff of two buckets using aws s3api list-objects
?
Perhaps there are files in the bucket which are not videos, which I somehow didn't know about.