duancenxie2233 2017-04-07 17:55
浏览 1066
已采纳

AWS S3 ListObjectsV2返回MaxKeys仅设置为10的完整文件列表

I'm trying to implement S3 client in PHP that lists only 10 files at a time through pagination feature. To accomplish this, as per the API doc, i'm making following call:

$result = $this->s3->getPaginator('ListObjectsV2', [
            'Bucket'       => 'my_s3_bucket_name',
            'Delimiter'    => '/',
            'MaxKeys'      => 10,
            'StartAfter'   => urlencode($_SESSION['prev_key'])
        ]);

and using JMESPath expression to extract the subset of data that i need to display. The above seems to "work" but it seems to retrieve JSON set with child subsets containing 10 files each. In other words, if i had 26 files stored on my bucket, i'd get all 26 files in 3 subsets of array--all in single request. Obviously, S3 has been around long time and i'm sure there's a best practice for what i'm trying to achieve. However, i've searched for past few days to no avail. If anyone could point me in the right direction pls...

  • 写回答

1条回答 默认 最新

  • dongyanghan0556 2017-04-09 04:31
    关注

    The point of the paginator is to get everything -- doing the pagination necessary to fetch the full result.

    And as you're using it, it would be done in sets of 10.

    If you want to make a specific request, like you show here, don't use the paginator, just use ListObjectsV2 directly.

    Also, I doubt that it's appropriate or necessary to urlencode() the previous key. The SDK should do it for you if needed.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 专家修改了标签 8月18日

悬赏问题

  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂