Commit 49e644b
authored
change: s3 and s3_external obj in minio.py for SSL use (#384)
* Set attributes correctly for SSL use
The 'verify' attribute is now correctly set to True or False, accordingly to the MINIO_SSL variable which determines if SSL is used in the setup.
* Updatet s3 and s3_external obj in minio.py for SSL use (#380)
add: auto set "verify" attribute of s3 and s3_external obj in minio.py for SSL use (1.1.39). See #380 for more info1 parent 69bbd72 commit 49e644b
3 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | | - | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments