singularityhub / sregistry

server for storage and management of singularity images
https://singularityhub.github.io/sregistry
Mozilla Public License 2.0
103 stars 42 forks source link

change: s3 and s3_external obj in minio.py for SSL use #384

Closed hashkeks closed 2 years ago

hashkeks commented 2 years ago

The "verify" attribute of s3 and s3_external session.client objects in minio.py is now automatically set to True or False accordingly to the MINIO_SSL variable, which determines if SSL is used in the setup. For more information see https://github.com/singularityhub/sregistry/issues/380