hyperlane-xyz / hyperlane-monorepo

The home for Hyperlane core contracts, sdk packages, and other infrastructure
https://hyperlane.xyz
Other
295 stars 316 forks source link

The relayer should not require AWS credentials to read from public S3 buckets #357

Open tkporter opened 2 years ago

tkporter commented 2 years ago

When running the Relayer with S3 checkpoint syncers and without any AWS credential env vars, reading objects from the public S3 buckets fails. This is inconvenient for us operationally to require AWS credentials when operating the relayer, and will make it harder for anyone to run a relayer if they'd like to. We should ideally not require AWS credentials when just reading public objects

nambrot commented 6 months ago

@tkporter does this still apply?