mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[PR #307] [MERGED] add support for MD5 checksum of object content when using fs #504
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#504
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/307
Author: @antonydenyer
Created: 8/12/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @fsouza
Base:
main← Head:main📝 Commits (1)
7d6df31add support for MD5 checksum of object content when using fs📊 Changes
2 files changed (+42 additions, -3 deletions)
View changed files
📝
internal/backend/backend_test.go(+6 -3)📝
internal/backend/fs.go(+36 -0)📄 Description
Copy pasted md5 and crc hash functions from
upload.go.I compared the results against actually uploading to GCS (and using
gsutil hash -m) and they differ for some reason. Whilst this is somewhat annoying it isn't a problem for me as all I need is something consistent.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.