You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(storage)!: move GCS+gRPC to v2/ protos (#7254)
GCS+gRPC has published a new set of protos to target. These protos
rename and change the types for a number of fields, and they *only*
describe the RPCs that are actually implemented.
The major modifications in this change include:
- The type and names of the crc32c and md5_hash fields changed.
- Previously the md5 hash was sometimes represented as a hex-encoded
binary blob and sometimes as just a binary blob. Now it is always
a binary blob.
- Several fields (like `if_generation_match` and `crc32c`) are now
marked as `optional` in the protos, instead of using `*Value`
message wrappers.
- The proto version of `ObjectAccessControl` does not contain the
`bucket`, `object` or `generation` fields.
- Likewise, `BucketAccessControl` does not contain the bucket name.
- We use https://github.com/googleapis/storage-testbench as it
supports the v2/ protos.
0 commit comments