Read S3 Storage Without Object Versions #1102
Unanswered
dvnatanael
asked this question in
Q&A
Replies: 1 comment 1 reply
-
thank you @dvnatanael! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is it possible to use
datachain.read_storage
to read from an S3 bucket without theListObjectVersions
permission? I am just starting to check out DataChain, and I currently do not have this permission for the bucket in question.The documentation on remote storage suggests that I should be able to pass
{"version_aware": False}
to theclient_config
parameter. However, the implementation of the S3 client always sets the pagination method tolist_object_versions
:datachain/src/datachain/client/s3.py
Lines 104 to 114 in b57275a
Finally, are there other permissions that DataChain requires which are not listed in the documentation?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions