mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #1183] [MERGED] examples: add example with gsutil #1267
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#1267
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/1183
Author: @fsouza
Created: 5/27/2023
Status: ✅ Merged
Merged: 5/27/2023
Merged by: @fsouza
Base:
main← Head:add-gsutil-example📝 Commits (2)
b6db6fcexamples: add example with gsutild1073d0upload: use a regexp for handling gsutil special case📊 Changes
7 files changed (+162 additions, -12 deletions)
View changed files
📝
.github/workflows/main.yml(+3 -0)➕
ci/run-gsutil-example.sh(+12 -0)➕
examples/gsutil/gsutil-example.sh(+23 -0)➕
examples/gsutil/hello.txt(+1 -0)➕
examples/gsutil/image.png(+0 -0)📝
fakestorage/upload.go(+21 -12)📝
fakestorage/upload_test.go(+102 -0)📄 Description
Hoping to reproduce #217. Still need to improve the situation with examples vs integration tests (see #1168).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.