[PR #5] [MERGED] fakestorage: add support for Crc32c checksum of object content. #259

Closed
opened 2026-03-03 12:09:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/5
Author: @solidsystem
Created: 3/22/2018
Status: Merged
Merged: 3/22/2018
Merged by: @fsouza

Base: masterHead: master


📝 Commits (4)

  • 996bf6a fakestorage: add support for Crc32c checksum of object content.
  • 83acf09 Go fmted files that needed it.
  • 12deece goimported files that needed it.
  • f87399d fixed import grouping/sorting.

📊 Changes

5 files changed (+79 additions, -5 deletions)

View changed files

📝 fakestorage/object.go (+3 -0)
📝 fakestorage/object_test.go (+31 -2)
📝 fakestorage/response.go (+6 -1)
📝 fakestorage/upload.go (+22 -2)
📝 fakestorage/upload_test.go (+17 -0)

📄 Description

Hi, This change makes it possible to test client code that is using Crc32c checksum checks.

Thanks for creating this server by the way, works great for my tests!


🔄 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/5 **Author:** [@solidsystem](https://github.com/solidsystem) **Created:** 3/22/2018 **Status:** ✅ Merged **Merged:** 3/22/2018 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`996bf6a`](https://github.com/fsouza/fake-gcs-server/commit/996bf6af5b53327dd442e4eec76bcaf6d239260a) fakestorage: add support for Crc32c checksum of object content. - [`83acf09`](https://github.com/fsouza/fake-gcs-server/commit/83acf09a288173383a4c7f0beb7075ca971b3d88) Go fmted files that needed it. - [`12deece`](https://github.com/fsouza/fake-gcs-server/commit/12deece0ead601e6cd9ec699cc90b3425a7069d8) goimported files that needed it. - [`f87399d`](https://github.com/fsouza/fake-gcs-server/commit/f87399dd87c6088c81adc5735fe0277ab0309402) fixed import grouping/sorting. ### 📊 Changes **5 files changed** (+79 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+3 -0) 📝 `fakestorage/object_test.go` (+31 -2) 📝 `fakestorage/response.go` (+6 -1) 📝 `fakestorage/upload.go` (+22 -2) 📝 `fakestorage/upload_test.go` (+17 -0) </details> ### 📄 Description Hi, This change makes it possible to test client code that is using Crc32c checksum checks. Thanks for creating this server by the way, works great for my tests! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:09:57 +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#259
No description provided.