You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ In order to disperse to the EigenDA network in production, or at high throughput
62
62
|`--s3.bucket`||`$EIGENDA_PROXY_S3_BUCKET`| Bucket name for S3 storage. |
63
63
|`--s3.path`||`$EIGENDA_PROXY_S3_PATH`| Bucket path for S3 storage. |
64
64
|`--s3.endpoint`||`$EIGENDA_PROXY_S3_ENDPOINT`| Endpoint for S3 storage. |
65
+
|`--s3.disable-tls`||`$EIGENDA_PROXY_S3_DISABLE_TLS`| Disable TLS for S3 storage endpoint. Default to true |
65
66
|`--routing.fallback-targets`|`[]`|`$EIGENDA_PROXY_FALLBACK_TARGETS`| Fall back backend targets. Supports S3. | Backup storage locations to read from in the event of eigenda retrieval failure. |
66
67
|`--routing.cache-targets`|`[]`|`$EIGENDA_PROXY_CACHE_TARGETS`| Caching targets. Supports S3. | Caches data to backend targets after dispersing to DA, retrieved from before trying read from EigenDA. |
67
68
|`--s3.timeout`|`5s`|`$EIGENDA_PROXY_S3_TIMEOUT`| timeout for S3 storage operations (e.g. get, put) |
0 commit comments