-
Notifications
You must be signed in to change notification settings - Fork 155
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: Add support for https://storage.googleapis.com/
URLs in Blob.from_string()
#1336
Conversation
….from_string()`
@holtskinner Sorry for the delay. I'm not sure this is safe for TPC users. We might need universe domain special casing. I will check. |
Note - TPC (Trusted Partner Cloud)? https://www.businessinsider.com/google-cloud-europe-asia-data-sovereignty-gdpr-trusted-partner-cloud-2022-9 Could you provide more context on how this is affected? @andrewsg |
Closing out after offline discussion about alignment with other languages. |
Allow creating
Blob
s fromhttps://storage.googleapis.com
URLs.Example:
Fixes #1299