nextcloud/lib/private/Files
Stephen Cuppett 4a6a2c2b48 Simplify S3ConnectionTrait to defaultProvider plus option
When we initially added the EC2 and ECS IAM role support in #24700,
we had to use a workaround by explicitly ordering the various providers
due to an inconsistency in the AWS SDK for PHP. We submitted a PR there
to get that squared away. Now, we've consumed that version upstream
for the SDK and can update our code here to be the most concise version
as well as position ourselves to pick up new methods as those become
available and prevalent in AWS (for acquiring credentials).

See also: https://github.com/nextcloud/server/pull/24700#issuecomment-747650892
See also: https://github.com/aws/aws-sdk-php/pull/2172

Signed-off-by: Stephen Cuppett <steve@cuppett.com>
2021-11-22 07:04:48 -05:00
..
AppData Update php licenses 2021-06-04 22:02:41 +02:00
Cache Normalize directory entries in Encoding wrapper 2021-11-17 09:43:25 +01:00
Config Merge pull request #26494 from rigrig/fix-php8-deprecations 2021-06-07 23:30:59 +02:00
Mount Implement multibucket shift for ObjectStore 2021-11-11 15:09:28 +01:00
Node fix Folder->getById() when a single storage is mounted multiple times 2021-07-28 17:21:04 +02:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore Simplify S3ConnectionTrait to defaultProvider plus option 2021-11-22 07:04:48 -05:00
Search generate a better optimized query for path prefix search filters 2021-08-26 19:07:52 +02:00
SimpleFS Update php licenses 2021-06-04 22:02:41 +02:00
Storage Merge pull request #29758 from nextcloud/disk_free_space-fix-php8 2021-11-19 17:14:08 +01:00
Stream Support seeking also from the end of file on S3 storage 2021-09-11 17:43:50 +03:00
Template Update php licenses 2021-06-04 22:02:41 +02:00
Type Update php licenses 2021-06-04 22:02:41 +02:00
Utils Move storage encoding compatibility warning logic 2021-11-17 09:24:13 +01:00
FileInfo.php Update php licenses 2021-06-04 22:02:41 +02:00
Filesystem.php Merge pull request #26347 from J0WI/clean-path-regex 2021-10-22 11:42:30 +02:00
View.php Fix psalm 2021-11-04 10:24:13 +01:00