mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Compare commits
2 Commits
05748f1205
...
03a0c960c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 03a0c960c4 | |||
| 9af9c93454 |
@ -87,6 +87,11 @@ install_s3sync_latest() {
|
||||
log "s3sync installed at $S3SYNC"
|
||||
}
|
||||
|
||||
# --- deps & install/update ---
|
||||
need aws
|
||||
install_s3sync_latest
|
||||
[[ ":$PATH:" == *":$HOME/.local/bin:"* ]] || export PATH="$HOME/.local/bin:$PATH"
|
||||
mkdir -p "$DEST"
|
||||
|
||||
# list prefixes
|
||||
log "Listing top-level prefixes in s3://${BUCKET}/"
|
||||
@ -119,7 +124,6 @@ for p in "${PREFIXES[@]}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
total_start=$(date +%s)
|
||||
|
||||
for p in "${PREFIXES[@]}"; do
|
||||
|
||||
Reference in New Issue
Block a user