Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional ACL response attributes (#1594)
Include these attributes in the JSON response for access control lists. * `etag` * `kind` Some [client libraries][1] expect them to be present, and fail to deserialize the response otherwise. The value for `kind` matches what the real GCS API returns. We don't care too much about the ETag value at this stage, so we just picked a valid constant. [1]: https://crates.io/crates/google-cloud-storage
- Loading branch information