New Features
S3Trait::setPublicPermissions(string $key)— setspublic-readACL on an existing S3 objectS3Trait::listFilesWithUrls(string $prefix, int $maxKeys)— lists objects in a bucket and appends a presigned GET URL to each resultS3Trait::listFiles(string $prefix, int $maxKeys)— lists objects in a bucket, optionally filtered by prefix
These methods were present in the 1.x branch and are now available in 2.x. All three are adapted to the 2.x conventions (getS3Client(), Configure::readOrFail(), AwsException wrapping).