pywb icon indicating copy to clipboard operation
pywb copied to clipboard

Support specifying a custom endpont_url for S3

Open ikreymer opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe.

boto3 allows custom endpoint_urls, but they can not be set via an environment variable.

This would allow using s3:// paths with other AWS-compatible S3 deployments.

Describe the solution you'd like

Provide a way to set the boto3 client endpoint_url from either an env var or a config.yaml option.

ikreymer avatar Aug 14 '20 20:08 ikreymer