Layr-Labs / eigenda-proxy

EigenDA sidecar proxy server used for communication between rollup software and EigenDA.
MIT License
14 stars 20 forks source link

Added --s3.enable-tls flag #148

Open jcortejoso opened 1 week ago

jcortejoso commented 1 week ago

Changes proposed

Adding a new --s3.enable-tls command line flag to optionally enable SSL connection with the S3 endpoint. Default value for the new flag is false to keep current behaviour.

I have tested with GCP GCS (--s3.endpoint=storage.googleapis.com), that requires a secure connection.

Screenshots (Optional)

Note to reviewers