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
ls -al tests
total 28
drwxrwxr-x 2 user user 4096 sty 5 13:43 .
drwxrwxr-x 4 user user 4096 sty 5 14:00 ..
-rw-rw-r-- 1 user user 36 sty 5 13:56 1
-rw-rw-r-- 1 user user 36 sty 5 13:43 2
-rw-rw-r-- 1 user user 36 sty 5 13:43 3
-rw-rw-r-- 1 user user 36 sty 5 13:43 4
-rw-rw-r-- 1 user user 36 sty 5 13:43 5
when I run sync (AWS_SECRET_KEY, AWS_ACCESS_KEY configured), files are copied to bucket::
./s3-cli --skip-existing -v sync tests s3://my_bucket_name/
Copy file://tests/2 -> s3://my_bucket_name/tests/2
Copy file://tests/1 -> s3://my_bucket_name/tests/1
0 B /Copy file://tests/3 -> s3://my_bucket_name/tests/3
Copy file://tests/4 -> s3://my_bucket_name/tests/4
0 B / 16 files to consider - 180 bytes
0 B / 180 B (0.0%) 0 B/secRemove s3://my_bucket_name/tests/
Copy file://tests/5 -> s3://my_bucket_name/tests/5
180 B / 180 B (100.0%) 86 B/sec
I have directory with 5 files:
when I run sync (AWS_SECRET_KEY, AWS_ACCESS_KEY configured), files are copied to bucket::
When I try sync second time (without changing anything in tests directory or bucket), all files are removed from bucked:
if between first and second sync I add something to directory, files in bucket are randomly deleted
The text was updated successfully, but these errors were encountered: