mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-29 15:45:51 +03:00
[PR #5] [MERGED] fakestorage: add support for Crc32c checksum of object content. #259
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#259
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/5
Author: @solidsystem
Created: 3/22/2018
Status: ✅ Merged
Merged: 3/22/2018
Merged by: @fsouza
Base:
master← Head:master📝 Commits (4)
996bf6afakestorage: add support for Crc32c checksum of object content.83acf09Go fmted files that needed it.12deecegoimported files that needed it.f87399dfixed 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.