s_zhang
s_zhang

Reputation: 895

How to use aws cli command to check s3 file information?

I have checked the aws s3 command helper. I didn't find how to see the file information in S3.

For example, I have a video file in S3, I want to see the media information, is there a way to do that?

Upvotes: 0

Views: 720

Answers (1)

Ali
Ali

Reputation: 1105

The answer is simple...No you cannot.

Amazon S3 is a simple key, value store which stores data as objects. It stores the data regardless of what format it is and doesn't differentiate between any file format. Hence, you cannot retrieve any information regarding the files(whether it be jpeg,zip,pdf,text anything)

Upvotes: 1

Related Questions