mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-30 08:05:52 +03:00
[PR #1361] [MERGED] Updated python example #1421
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#1421
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/1361
Author: @j-antunes
Created: 10/12/2023
Status: ✅ Merged
Merged: 11/1/2023
Merged by: @fsouza
Base:
main← Head:main📝 Commits (4)
5bb8b4bUpdated python example5d37c28Addressed PR comments5a45b09Useos.environ.setdefault61fbd9cexamples/python: remove reference to requirements.in📊 Changes
1 file changed (+22 additions, -0 deletions)
View changed files
📝
examples/python/python.py(+22 -0)📄 Description
I tried the python example and it is not working out of the box. The main issue that I was facing is:
I think the issue has to do with not setting the
api_endpointfor the docker container.The solution is to add
Apart from that I added some instructions as to how to run this example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.