0
I used the command on CLI -
aws s3 mv s3://<source_directory_path> <destination_directory_path> --recursive
aws s3 mv s3://<source_directory_path> s3://<destination_directory_path> --recursive
Missed the s3://
in the above one—it did move all the files—but I am not sure where.
1What OS did you do this on? It could be in your root directory under
://
. – JakeGould – 2019-08-03T01:26:37.0671
If you are on macOS or some Linux/Unix system they could just be on root. Look at this for more info.
– JakeGould – 2019-08-03T03:59:45.537