nextcloud/apps/files_external/lib
Kent Delante 17bc0df8cc 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:37 +00:00
..
AppInfo refactor(files_external): Drop oauth1 auth mechanism registration 2025-08-07 22:23:25 -04:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00
Config chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Controller chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00
Lib fix: pass only object key to deleteObjects call 2026-02-27 03:28:37 +00:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 -01:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
Service feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 14:31:55 +01:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
MountConfig.php chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02: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