You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am starting to use upath a lot, it makes things so much easier! This is not an issue/bug, just a question (this github repo doesn't seem to have a "discussions" section).
I imagine that for S3 paths, somewhere under the hood upath is using boto3 and creating an S3 boto3 client.
If I create multiple UPaths, is each one creating a separate boto3 client? Or does it have a mechanism to reuse a client?
I am using both upath as well as smart_open, and the latter supports the ability to pass in your own boto3 client (described here). I couldn't find anything in the upath documentation, is this handled implicitly or just not supported?
The text was updated successfully, but these errors were encountered:
I am starting to use upath a lot, it makes things so much easier! This is not an issue/bug, just a question (this github repo doesn't seem to have a "discussions" section).
I imagine that for S3 paths, somewhere under the hood upath is using
boto3
and creating an S3 boto3 client.If I create multiple UPaths, is each one creating a separate boto3 client? Or does it have a mechanism to reuse a client?
I am using both upath as well as
smart_open
, and the latter supports the ability to pass in your own boto3 client (described here). I couldn't find anything in the upath documentation, is this handled implicitly or just not supported?The text was updated successfully, but these errors were encountered: