gaul / s3proxy

Access other storage backends via the S3 API
Apache License 2.0
1.79k stars 232 forks source link

Support SSL setup via SSLContext in S3Proxy.Builder #699

Closed bersti closed 1 month ago

bersti commented 1 month ago

Simplify S3Proxy usage in Java when an SSLContext instance is already at hand and creating keystore files is inconvenient.

gaul commented 1 month ago

Thank you for your contribution @bersti!