Consider having archive extraction during upload #8
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/rclone#8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In HTTP gateway we've implemented archive extraction during upload (see frostfs-http-gw#170). Consider adding similar feature to rclone so we can use it to upload allure reports and display them with HTTP gateway.
Challenges:
rclone S3 provider implements
--s3-decompress
boolean option which decompresses gzip-encoded objects during download, opposite of what we attempt here. We can make a--frostfs-unarchive
parameter which would accept a list of file extensions or mime types to extract during upload.