Skip to content

Commit

Permalink
fix: use s3 accelerate endpoint for snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 2, 2024
1 parent 969d857 commit 5370cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/dolos/bootstrap/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5370cdf

Please sign in to comment.