tustvold commented on code in PR #7213:
URL: https://github.com/apache/arrow-rs/pull/7213#discussion_r1973687067
##########
object_store/src/gcp/client.rs:
##########
@@ -384,12 +389,21 @@ impl GoogleCloudStorageClient {
payload: PutPayload,
opts: PutOptions,
) -> Result<PutResult> {
+ let PutOptions {
+ mode,
+ // not supported by GCP
Review Comment:
IIRC GCP doesn't have a notion of tags as separate from general metadata
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]