tustvold commented on issue #4754:
URL: https://github.com/apache/arrow-rs/issues/4754#issuecomment-1772878770

   > I'm also a little hesitant to try and abstract this as there are a lot of 
subtle differences between APIs
   
   Yeah, GCS doesn't even have a notion of tags, only metadata :smile: 
   
   > Alternatively, maybe we could punt on the whole issue by providing a 
canonical way to extend the ObjectStore interface. 
   
   I mean it isn't ideal but we do provide 
https://docs.rs/object_store/latest/object_store/aws/struct.AmazonS3.html#method.credentials
 and 
https://docs.rs/object_store/latest/object_store/aws/struct.AwsAuthorizer.html 
which would let you fairly easily construct your own requests, including 
https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html


-- 
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]

Reply via email to