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

make url protocol flexible between http/https #30

Open
DustinKLo opened this issue Feb 8, 2022 · 0 comments
Open

make url protocol flexible between http/https #30

DustinKLo opened this issue Feb 8, 2022 · 0 comments
Assignees

Comments

@DustinKLo
Copy link
Contributor

currently osaka's s3 storage class is hardcoded to write to s3 with the https protocol: https://github.com/hysds/osaka/blob/develop/osaka/storage/s3.py#L70
but if we're running a local minio server then using https will result in an SSL error:

botocore.exceptions.SSLError: SSL validation failed for https://minio:9000/datasets [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)

will look into finding a way to make this configurable, either through celeryconfig.py or other means

the previous change can be tracked here: #20

@DustinKLo DustinKLo self-assigned this Feb 8, 2022
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

1 participant