Skip to content
New issue

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

Calling Blob.upload_from_string overrides Blob.bucket #47

Open
TheKevJames opened this issue Nov 22, 2018 · 0 comments
Open

Calling Blob.upload_from_string overrides Blob.bucket #47

TheKevJames opened this issue Nov 22, 2018 · 0 comments

Comments

@TheKevJames
Copy link
Member

The Blob constructor sets blob.bucket = storage.Bucket(...), but this value is overridden on a call to Blob.upload_from_string, which will set this value to the metadata returned by the upload command, eg. blob.bucket = storage.Bucket(...).name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant