bucketstore icon indicating copy to clipboard operation
bucketstore copied to clipboard

Support custom endpoint_url

Open Jafnee opened this issue 4 years ago • 1 comments

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)

Jafnee avatar Apr 08 '20 15:04 Jafnee

Please lock at #25 feedback would be grateful

fbkopp avatar Jul 31 '20 17:07 fbkopp