Is there a way to update object attributes without fetching all bytes? #677
Unanswered
Eric100210
asked this question in
Q&A
Replies: 1 comment
|
I don't believe there's an upstream API to do this. If you search for See apache/arrow-rs-object-store#94. I don't immediately see another upstream issue for modifying |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I'm looking for a way to update the attributes of a S3 object without downloading and re-uploading its content.
Currently the only way I found is:
All reactions