We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Please lock at #25 feedback would be grateful
Sorry, something went wrong.
No branches or pull requests
The boto3 library allows settings a custom endpoint:
Supporting this would allow use of bucketstore with other s3 like services, e.g. localstack,
Alibaba Cloud Object Storage Service (OSS)
The text was updated successfully, but these errors were encountered: