From 5370cdf6251914e270d8c36735dc03fc67404a5b Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 2 Nov 2024 07:49:16 -0300 Subject: [PATCH] fix: use s3 accelerate endpoint for snapshots --- src/bin/dolos/bootstrap/snapshot.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dolos/bootstrap/snapshot.rs b/src/bin/dolos/bootstrap/snapshot.rs index f5764c1..b0cb471 100644 --- a/src/bin/dolos/bootstrap/snapshot.rs +++ b/src/bin/dolos/bootstrap/snapshot.rs @@ -42,7 +42,7 @@ impl Args { } const DEFAULT_URL_TEMPLATE: &str = - "https://dolos-snapshots.s3.amazonaws.com/v0/${NETWORK}/${VARIANT}/${POINT}.tar.gz"; + "https://dolos-snapshots.s3-accelerate.amazonaws.com/v0/${NETWORK}/${VARIANT}/${POINT}.tar.gz"; fn define_snapshot_url(config: &crate::Config, args: &Args) -> String { let download_url_template = config