迭代S3文件夹以获取根据lastmodifieddate最近的文件

时间:2019-02-18 12:48:23

标签: python-2.7 amazon-web-services amazon-s3 boto3

迭代S3文件夹以获取根据lastmodifieddate的最新文件。

我们有一个S3存储桶,其文件夹结构如下(数据每小时发送一次):

s3://my_bucket/stream/yy/mm/dd/hh:

示例:

s3://my_bucket/stream/2019/01/01/00
s3://my_bucket/stream/2019/01/01/01
s3://my_bucket/stream/2019/01/01/02
:
:
s3://my_bucket/stream/2019/01/02/00
s3://my_bucket/stream/2019/01/02/01

我需要使用AWS Lambda(python 2.7)中的上次修改日期对具有最近上传的文件的文件夹进行迭代。

0 个答案:

没有答案