nextcloud/apps/files_external/lib
Kent Delante ef15f37236 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 03:28:50 +00:00
..
AppInfo refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Config feat(external-storage): Implement IPartialMountPoint 2026-01-29 10:27:42 +00:00
Controller fix(psalm): Fix static analysis issues in apps/*/tests 2026-01-16 12:00:51 +01:00
Event feat: add typed events for external storage config changes 2026-01-09 17:53:49 +01:00
Lib fix: pass only object key to deleteObjects call 2026-02-27 03:28:50 +00:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 -01:00
Migration chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
Service fix: partial external storage config matching non-child mounts 2026-02-03 16:50:27 +01:00
Settings fix(files_external): adjust settings 2026-01-13 01:30:37 +00:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
MountConfig.php refactor(QueryException): Remove most usage of QueryException 2026-01-16 11:55:06 +01:00
NotFoundException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00