Support archive exrtaction during upload #170

Open
opened 2024-11-27 11:38:02 +00:00 by alexvanin · 0 comments
Owner

HTTP Gateway support zip download by prefix, so it is possible to download multiple object in one zip archive. The reverse case is also seems legit.

Describe the solution you'd like

Add a possibility to upload single zip archive, that will be extracted in runtime and split into multiple object with different FilePath attributes. It can be done by proving specific HTTP header during PUT request.

Describe alternatives you've considered

Additional context

This is supported in JFrog Artifcatory by providing X-Explode-Archive header.
See https://jfrog.com/help/r/jfrog-rest-apis/deploy-artifacts-from-archive

## Is your feature request related to a problem? Please describe. HTTP Gateway support zip download by prefix, so it is possible to download multiple object in one zip archive. The reverse case is also seems legit. ## Describe the solution you'd like Add a possibility to upload single zip archive, that will be extracted in runtime and split into multiple object with different FilePath attributes. It can be done by proving specific HTTP header during `PUT` request. ## Describe alternatives you've considered ## Additional context This is supported in JFrog Artifcatory by providing `X-Explode-Archive` header. See https://jfrog.com/help/r/jfrog-rest-apis/deploy-artifacts-from-archive
nzinkevich self-assigned this 2024-12-05 06:17:25 +00:00
alexvanin added this to the v0.33.0 milestone 2024-12-10 11:26:13 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-http-gw#170
No description provided.