1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
The Iterator method is for the php V2. If you are using PHP V3, could you try with the paginator. A Paginator is essentially an iterator of results. They are created via the getPaginator() method of the client.
Resources for review: [1]: https://docs.aws.amazon.com/zh_cn/aws-sdk-php/guide/latest/guide/paginators.html [2]: https://docs.aws.amazon.com/aws-sdk-php/v3/api/class-Aws.AwsClientInterface.html#_getPaginator [3]: https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-s3-2006-03-01.html#listobjects
respondido hace 4 años
Contenido relevante
- preguntada hace 7 meses
- preguntada hace 5 meses
- OFICIAL DE AWSActualizada hace 8 meses
