matrix-org / synapse-s3-storage-provider

Synapse storage provider to fetch and store media in Amazon S3
Apache License 2.0
118 stars 33 forks source link

Add configuration to use a different CA cert bundle or disable verification #101

Open AlekseyIvanov199 opened 1 year ago

AlekseyIvanov199 commented 1 year ago

Applyed this commit you can get ability set off SSL verify for botocore (SSL will still be used (unless use_ssl is False)), or you can specify ca.pem file in config if you want to use a different CA cert bundle than the one used by botocore