-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
Add GCloud parameters as kwargs for storage.url #1193
Conversation
ref: jschneier/django-storages#1193 [noissue]
jschneier/django-storages#1193 Required PR: pulp/pulpcore#3367 [noissue]
jschneier/django-storages#1193 Required PR: pulp/pulpcore#3367 [noissue]
@jschneier PTAL |
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.
looks right to me! thanks!
This looks generally fine, it doesn't allow people to override |
It enables using kwargs, such as `content_type` https://cloud.google.com/python/docs/reference/storage/latest/google.cloud.storage.blob.Blob#google_cloud_storage_blob_Blob_generate_signed_url
@jschneier I've addressed your comment, could you please take another look? |
Looks good, thanks. |
@jschneier do you have an idea when it will be released? |
It enables using kwargs, such as
content_type
https://cloud.google.com/python/docs/reference/storage/latest/google.cloud.storage.blob.Blob#google_cloud_storage_blob_Blob_generate_signed_urlRef: #1071