mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
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#1251
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/1164
Author: @tustvold
Created: 5/12/2023
Status: 🔄 Open
Base:
main← Head:support-xml-api📝 Commits (4)
0a1124fSupport XML API (#331)fb93ee2Check bucket exists02e0ce0Return ETag46f2f72Support list start-after📊 Changes
4 files changed (+149 additions, -30 deletions)
View changed files
📝
fakestorage/object.go(+86 -3)📝
fakestorage/server.go(+3 -6)📝
fakestorage/upload.go(+2 -0)📝
fakestorage/upload_test.go(+58 -21)📄 Description
Closes #331
It has been years since I last wrote any Golang so please let me know if I've made some silly mistakes. Most of the necessary functionality already existed, the only necessary change was to add support for the XML put API
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.