We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
Writer.Close: googleapi: Error 404: Not Found, Not Found
docker service:
storage: image: fsouza/fake-gcs-server environment: STORAGE_EMULATOR_HOST: localhost:4443 ports: - '4443:4443' command: -scheme http -port 4443 -public-host localhost:4443 volumes: - .:/gcs_storage
client, err1 := storage.NewClient(context.TODO(), option.WithEndpoint("http://127.0.0.1:4443/storage/v1/"))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error:
Writer.Close: googleapi: Error 404: Not Found, Not Found
docker service:
storage:
image: fsouza/fake-gcs-server
environment:
STORAGE_EMULATOR_HOST: localhost:4443
ports:
- '4443:4443'
command: -scheme http -port 4443 -public-host localhost:4443
volumes:
- .:/gcs_storage
client, err1 := storage.NewClient(context.TODO(), option.WithEndpoint("http://127.0.0.1:4443/storage/v1/"))
The text was updated successfully, but these errors were encountered: