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

Support custom endpoint_url #24

Open
Jafnee opened this issue Apr 8, 2020 · 1 comment
Open

Support custom endpoint_url #24

Jafnee opened this issue Apr 8, 2020 · 1 comment

Comments

@Jafnee
Copy link

Jafnee commented Apr 8, 2020

The boto3 library allows settings a custom endpoint:

resource = boto3.resource(
    service_name='s3',
    endpoint_url='http://localhost',
)

Supporting this would allow use of bucketstore with other s3 like services, e.g. localstack,
Alibaba Cloud Object Storage Service (OSS)

@fbkopp
Copy link
Contributor

fbkopp commented Jul 31, 2020

Please lock at #25
feedback would be grateful

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