nextcloud/apps/files_external/lib
Kent Delante 181b4439b0 fix: pass only object key to deleteObjects call
Some S3-compatible object storage hosts don't like the ETag being included in
the request and return a MalformedXML response. In the AWS API documentation,
only the object key is required so just pass that in.

Signed-off-by: Kent Delante <kent.delante@proton.me>
2026-02-27 11:35:48 +08:00
..
AppInfo refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command feat: add --unscanned option to files_external:scan 2025-06-03 13:13:49 +00:00
Config feat(files_external): Enable ownerless shares 2024-12-04 09:38:05 +01:00
Controller fix(external_storage): fix settings save 2025-03-11 23:55:01 +01:00
Lib fix: pass only object key to deleteObjects call 2026-02-27 11:35:48 +08:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Service feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
MountConfig.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
NotFoundException.php chore: Add SPDX header 2024-06-06 18:05:37 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00