File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/docs/users/guides/advanced Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ snapshot.
1414
1515Archival snapshots are publicly available here:
1616
17- - Mainnet lites : https://forest-archive.chainsafe.dev/list/mainnet/lite
18- - Mainnet diffs : https://forest-archive.chainsafe.dev/list/mainnet/diff
19- - Calibnet lites : https://forest-archive.chainsafe.dev/list/calibnet/lite
20- - Calibnet diffs : https://forest-archive.chainsafe.dev/list/calibnet/diff
17+ - Mainnet lite : https://forest-archive.chainsafe.dev/list/mainnet/lite
18+ - Mainnet diff : https://forest-archive.chainsafe.dev/list/mainnet/diff
19+ - Calibnet lite : https://forest-archive.chainsafe.dev/list/calibnet/lite
20+ - Calibnet diff : https://forest-archive.chainsafe.dev/list/calibnet/diff
2121
2222## Merging snapshots
2323
Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ pub enum ArchiveCommands {
126126 #[ arg( long) ]
127127 depth : Option < u64 > ,
128128 } ,
129- /// Export lite+ diff snapshots from one or more CAR files, and upload them
130- /// to an S3 bucket.
129+ /// Export lite and diff snapshots from one or more CAR files, and upload them
130+ /// to an `S3` bucket.
131131 SyncBucket {
132132 #[ arg( required = true ) ]
133133 snapshot_files : Vec < PathBuf > ,
134- /// S3 endpoint URL.
134+ /// `S3` endpoint URL.
135135 #[ arg( long, default_value = FOREST_ARCHIVE_S3_ENDPOINT ) ]
136136 endpoint : String ,
137137 /// Don't generate or upload files, just show what would be done.
You can’t perform that action at this time.
0 commit comments