Feature #16744
[keep-web] Support more S3 write APIs: DeleteObjects, POST object
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Add handlers to keep-web for additional S3 APIs:
- DeleteObjects (currently only DeleteObject is supported)
- POST Object (currently only PutObject is supported). Cyberduck appears to use the browser-oriented POST variant instead of PUT when uploading large files, and fails. See #16535#note-21
Related issues
History
#1
Updated by Tom Clegg 5 months ago
- Related to Story #16360: Keep-web supports S3 compatible interface added