You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source bucket has the 100 files and when I first ran the command, it successfully copied files 100 files. However, when I ran the SAME command again, it copied 14 files again. Same happened if I ran the command again and again.
Not sure it could be helpful but let me paste some of logs after command.
parsed-command-line:
command: sync, options:
bucket: from-bucket
toBucket: to-bucket
prefix: project/43d2csVAS3/
toKey: (key) => key.toLowerCase()
verbose: true
s3p: d: 1s 119ms, items: 0, items/s: 0, listRequests: 2, listWorkers: 1, copied 0/0 0_B/0_B 0_B/s inFlight: 0_B copyWorkers: 0 + 0 same: 0(0_B) toDelete: 0(0_B)
s3p: d: 2s 119ms, items: 0, items/s: 0, listRequests: 2, listWorkers: 4, copied 0/0 0_B/0_B 0_B/s inFlight: 0_B copyWorkers: 0 + 0 same: 0(0_B) toDelete: 0(0_B)
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png # you must do this. size: 628.35kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview # you must do this. size: 41.70kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview.dot # you must do this. size: 91_B
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview.large # you must do this. size: 148.34kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview.medium # you must do this. size: 41.70kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview.small # you must do this. size: 12.06kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/cover.png.preview.tiny # you must do this. size: 3.71kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png # you must do this. size: 49.68kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview # you must do this. size: 5.52kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview.dot # you must do this. size: 268_B
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview.large # you must do this. size: 12.39kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview.medium # you must do this. size: 5.52kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview.small # you must do this. size: 2.42kB
aws s3 rm s3://to-bucket/project/43d2csVAS3/logo.png.preview.tiny # you must do this. size: 1.20kB
Thanks in advance, please save me!
The text was updated successfully, but these errors were encountered:
Hi all, I got something weird result when I ran the command below.
$npx s3p sync --bucket {from-bucket} --to-bucket {to-bucket} --prefix something/43d2csVAS3 --to-key "js:(key) => key.toLowerCase()"
Source bucket has the 100 files and when I first ran the command, it successfully copied files 100 files. However, when I ran the SAME command again, it copied 14 files again. Same happened if I ran the command again and again.
Not sure it could be helpful but let me paste some of logs after command.
Thanks in advance, please save me!
The text was updated successfully, but these errors were encountered: