humanmade / S3-Uploads

The WordPress Plugin to Store Uploads on Amazon S3
1.94k stars 389 forks source link

Use ListObjectsV2 where applicable #609

Closed kovshenin closed 1 year ago

kovshenin commented 1 year ago

A recent change in the AWS PHP SDK broke ListUploads with an explicit endpoint URL. Using the V2 version of the method solves the problem and the returned results are compatible with the previous version.

See: https://github.com/aws/aws-sdk-php/issues/2575 See: https://github.com/humanmade/altis-local-server/issues/542