danielfrg / s3contents

Jupyter Notebooks in S3 - Jupyter Contents Manager implementation
Apache License 2.0
248 stars 88 forks source link

Fix issue https://github.com/danielfrg/s3contents/issues/113 #114

Closed mengfeng113 closed 3 years ago

mengfeng113 commented 3 years ago

Make s3content compatible with Amazon S3 Access Point.

The S3 access point regex is copied from BotoCore, which is the foundation for the AWS CLI as well as boto3 (AWS Python SDK).

danielfrg commented 3 years ago

Thanks for sending the fix!

danielfrg commented 3 years ago

I will try to make a quick release later today so you can get access to it.

mengfeng113 commented 3 years ago

May I ask when can I expect a new release including this commit? On PypI, the more recent release is 0.6.1, which was released on Nov 17, 2020.

Thanks

danielfrg commented 3 years ago

I am so sorry i forgot about this. A new version 0.6.2 is released with your fix.

Thanks again for the contribution!