-
Notifications
You must be signed in to change notification settings - Fork 78
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
Handle generation numbers in BlobId#{to,from}GsUtilUri #1928
Comments
I think this should have been noted as a potentially breaking change and likely created a new API for this usage. In our applications we had application A which is generating the GS URI using version 2.22.0 which now includes the generation in the URL. However, other applications are still using 2.11.x which incorrectly reads the new String. |
Apologies for that @jjathman, I'll try and get a fix posted for the next release. |
v2.22.1 has been cut which restores the previous behavior to @davidmandle you'll want to switch to using the new method @jjathman this fix version should now make uris compatible with the v2.11.x series |
@BenWhitehead really appreciate it! |
Apologies for the breakage. Thank you for resolving it! |
Unlike
gsutil
,BlobId#toGsUtilUri
currently ignores aBlobId
's generation number, andBlobId#fromGsUtilUri
doesn't parse generation numbers. It would be nice if, consistent withgsutil
,fromGsUtilUri
parsed any generation number in the URI so that references to particular versions of blobs could be made in URI format.The text was updated successfully, but these errors were encountered: