We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6906dc commit 3d28240Copy full SHA for 3d28240
README.md
@@ -41,6 +41,9 @@ Default flags include `lib-core` and `rustls`.
41
42
Users can choose between `rustls` or `native-tls` as their TLS library. We use `rustls` as the basic library.
43
44
+Users can also choose to accept invalid certificates (not recommending) by setting `ONEIO_ACCEPT_INVALID_CERTS=true`
45
+environment variable.
46
+
47
### Optional features: `cli`, `s3`, `digest`
48
49
- `s3`: allow reading from AWS S3 compatible buckets
0 commit comments