I'm syncing a directory containing 200k files (140GB) to a bucket using the following command
aws s3 sync target s3:/awesomebucket/key/prefix/ --region ap-southeast-2
I took along time. The network was not so fast. And it barely upload 5GB files.
If I CTRL+C on the console, what is the consequences? Will it continue the progress when I re-run the program?