[PR #924] [MERGED] Add support for gzip transcoding #1038

Closed
opened 2026-03-03 12:32:46 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/924 **Author:** [@le0pard](https://github.com/le0pard) **Created:** 9/20/2022 **Status:** ✅ Merged **Merged:** 9/21/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`4176c17`](https://github.com/fsouza/fake-gcs-server/commit/4176c173699e4ee1b9c247810ca29cd754f29146) reset generation for PatchObject (same as doing UpdateObject) - [`299593e`](https://github.com/fsouza/fake-gcs-server/commit/299593eac296ff7e0f82c0870fd365eb1ef4722d) add gzip transcoding - [`211ca79`](https://github.com/fsouza/fake-gcs-server/commit/211ca796c1789188fe62968c98a9b7a3f47d7797) add tests for transcoding - [`f08540c`](https://github.com/fsouza/fake-gcs-server/commit/f08540c1481044b6754f7eadc46132982c67caf4) add tests for transcoding - [`c81b339`](https://github.com/fsouza/fake-gcs-server/commit/c81b339f64e26c58b2e81fcb8cf7db7009d589e5) add tests for transcoding - [`ffb529d`](https://github.com/fsouza/fake-gcs-server/commit/ffb529d7a7e0f8253f1366b77fa0e4df32ac830f) add tests for transcoding - [`34cf075`](https://github.com/fsouza/fake-gcs-server/commit/34cf075094cdb5228650cd3cc8e178bc9f81fe49) trying to fix CI - [`95d9061`](https://github.com/fsouza/fake-gcs-server/commit/95d9061b628935985192ed542ce6dbc0c450007f) back CI - [`35207eb`](https://github.com/fsouza/fake-gcs-server/commit/35207ebfc580606b92e08efad898aa8b69c3ca18) fix contain - [`4d696e5`](https://github.com/fsouza/fake-gcs-server/commit/4d696e55bb7ce370ec2330b629cea40c0a0be904) more tests ### 📊 Changes **4 files changed** (+171 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+42 -3) 📝 `fakestorage/object_test.go` (+123 -0) 📝 `fakestorage/upload.go` (+4 -0) 📝 `internal/backend/fs.go` (+2 -1) </details> ### 📄 Description https://cloud.google.com/storage/docs/transcoding Closes #851. Closes #532. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:32:46 +03: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
starred/fake-gcs-server#1038
No description provided.