mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #240] [MERGED] fakestorage: misc fixes #450
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#450
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/240
Author: @someone1
Created: 5/8/2020
Status: ✅ Merged
Merged: 5/11/2020
Merged by: @fsouza
Base:
master← Head:misc-fixes📝 Commits (6)
fdc2576fakestorage: misc fixes38a1d6bswitch to strconv.FormatInt from fmt.Sprintf5179b56update CreateObject to return newly created object5edba1efakestorage: add Content-Encoding header on HEAD/GET requests317b9f1fakestorage: support signed url uploads3c185e2fakestorage: revert public API change📊 Changes
8 files changed (+152 additions, -21 deletions)
View changed files
📝
fakestorage/object.go(+25 -4)📝
fakestorage/server.go(+4 -0)📝
fakestorage/upload.go(+59 -3)📝
fakestorage/upload_test.go(+48 -0)📝
internal/backend/backend_test.go(+3 -3)📝
internal/backend/fs.go(+6 -6)📝
internal/backend/memory.go(+6 -4)📝
internal/backend/storage.go(+1 -1)📄 Description
Signed-off-by: Prateek Malhotra someone1@gmail.com
Fixes #239
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.