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
s3://ssstar-test consists of 100 files (97.5 MiB each), that were made by running count=1 ; while true; do sudo -E dd if=/dev/urandom of=file$count bs=1024 count=100000 ; count=$((count + 1)) ; done
The text was updated successfully, but these errors were encountered:
Bug description
When running multiple commands with ssstar, got this error on creating a tar archive from s3:
To Reproduce
Steps to reproduce the behavior:
ssstar create s3://ssstar-test/ --file backup.tar
multiple timesExpected behavior
App shouldn't panic and if the job fails, the error message should be more clear
Environment
Account-level stack: 2022-11-21
Region-level stack: 0.22.28
Additionally:
s3://ssstar-test consists of 100 files (97.5 MiB each), that were made by running
count=1 ; while true; do sudo -E dd if=/dev/urandom of=file$count bs=1024 count=100000 ; count=$((count + 1)) ; done
The text was updated successfully, but these errors were encountered: