s4cmd
s4cmd copied to clipboard
The script is copying the folders but you are creating a 1 byte file in the directory
I am running this code:
s4cmd cp s3://f.apresenta.me/000100/ s3://f.apresenta.me/005002 --API-ACL=public-read --recursive --ignore-empty-source
And for example, it creates the file named "." To the root folder. s3://f.apresenta.me/000100/ => s3://f.apresenta.me/005002/.
In the same command, there is the folder "banner", all the files inside it are copied, and in the end it copies a file called "banner" with 1 byte in size s3://f.apresenta.me/000100/banner/ => s3://f.apresenta.me/005002/banner
This did not happen in script version 1, in which I used this same command
Any update on this? I encountered the same issue...