Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance for an aios3path module in future? #170

Open
pj-ml opened this issue Apr 16, 2024 · 2 comments
Open

Any chance for an aios3path module in future? #170

pj-ml opened this issue Apr 16, 2024 · 2 comments

Comments

@pj-ml
Copy link

pj-ml commented Apr 16, 2024

Is there any chance some of the contributors would consider building an async version of s3path?

I love using s3path, but I do find myself in a few situations where I need an async version.

@liormizr
Copy link
Owner

Hi @pj-ml

That is a very interesting idea.

To add async capabilities to s3path we have two main issues:

  1. The standard library pathlib - The package that we are expending and keeping here API doesn't support async at this moment
  2. boto3 our SDK for AWS services and the official AWS SDK doesn't support async at this moment

Until that will change I don't see an easy way to add this feature in a simple matter.
How ever if I see a lot off requests we can rethink about it.

If someone else want to try working on it I'm fine with it as well.

@pj-ml
Copy link
Author

pj-ml commented Apr 16, 2024

I am not very familiar with these libraries but how about what aiopath and aiobotocore did?

Perhaps they could be a source of inspiration if someone is willing to put in the time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants