如何用aws cli命令检查s3文件信息?

时间:2021-01-19 21:46:02

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

我检查了aws s3命令助手。我没有找到如何在S3中查看文件信息。

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

例如,我在S3中有一个视频文件,我想看媒体信息,有没有办法做到这一点?

1 个解决方案

#1


1  

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)

Amazon S3是一个简单的键值存储,它将数据存储为对象。它存储数据,无论其格式如何,也不区分任何文件格式。因此,您无法检索有关文件的任何信息(无论是jpeg,zip,pdf,文本是什么)

#1


1  

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)

Amazon S3是一个简单的键值存储,它将数据存储为对象。它存储数据,无论其格式如何,也不区分任何文件格式。因此,您无法检索有关文件的任何信息(无论是jpeg,zip,pdf,文本是什么)