mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #924] [MERGED] Add support for gzip transcoding #1038
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1038
Loading…
Add table
Add a link
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?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/924
Author: @le0pard
Created: 9/20/2022
Status: ✅ Merged
Merged: 9/21/2022
Merged by: @fsouza
Base:
main← Head:main📝 Commits (10+)
4176c17reset generation for PatchObject (same as doing UpdateObject)299593eadd gzip transcoding211ca79add tests for transcodingf08540cadd tests for transcodingc81b339add tests for transcodingffb529dadd tests for transcoding34cf075trying to fix CI95d9061back CI35207ebfix contain4d696e5more tests📊 Changes
4 files changed (+171 additions, -4 deletions)
View changed files
📝
fakestorage/object.go(+42 -3)📝
fakestorage/object_test.go(+123 -0)📝
fakestorage/upload.go(+4 -0)📝
internal/backend/fs.go(+2 -1)📄 Description
https://cloud.google.com/storage/docs/transcoding
Closes #851.
Closes #532.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.