content-encoding: deflate not preserved #28

Closed
opened 2021-02-15 22:53:11 +00:00 by lx · 1 comment
Owner

header added during put request is not given back when getting object

header added during put request is not given back when getting object
lx added the
Bug
S3 Compatibility
labels 2021-02-18 17:18:05 +00:00
Author
Owner

s3backer example :

$ s3backer --debug -f --size=2G --blockSize=256k --baseURL=https://garage.deuxfleurs.fr/ --region=garage alex-gitea-test s3backer_test/ --no-vhost
$ sudo mount -o loop /tmp/s3backer_test/file /tmp/s3backer_mnt/
$ docker run --mount type=bind,source=/tmp/s3backer_mnt/gitea,destination=/data/ -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro -p 3000:3000 -p 2222:22 gitea/gitea:latest

This fails when we add --compress to s3backer

s3backer example : ``` $ s3backer --debug -f --size=2G --blockSize=256k --baseURL=https://garage.deuxfleurs.fr/ --region=garage alex-gitea-test s3backer_test/ --no-vhost $ sudo mount -o loop /tmp/s3backer_test/file /tmp/s3backer_mnt/ $ docker run --mount type=bind,source=/tmp/s3backer_mnt/gitea,destination=/data/ -v /etc/timezone:/etc/timezone:ro -v /etc/localtime:/etc/localtime:ro -p 3000:3000 -p 2222:22 gitea/gitea:latest ``` This fails when we add --compress to s3backer
lx closed this issue 2021-02-19 11:38:46 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
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: Deuxfleurs/garage#28
No description provided.