-
Notifications
You must be signed in to change notification settings - Fork 153
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
feat: generate signed URLs for blobs/buckets using virtual hostname #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit.
google/cloud/storage/blob.py
Outdated
@@ -361,6 +361,7 @@ def generate_signed_url( | |||
version=None, | |||
service_account_email=None, | |||
access_token=None, | |||
use_virtual_hostname=False, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use virtual_hosted_style
instead.
5e949f2
to
3be7f6e
Compare
3be7f6e
to
b75fd1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…oogleapis#58) * Add 'virtual_hosted_style' arg to 'Blob.generate_signed_url' * Add 'virtual_hosted_style arg to 'Bucket.generate_signed_url'
…oogleapis#58) * Add 'virtual_hosted_style' arg to 'Blob.generate_signed_url' * Add 'virtual_hosted_style arg to 'Bucket.generate_signed_url'
Closes #10.