I'm trying to sync a folder with over 3k files to a bucket on Google Cloud with gsutil. The problem is that less than half of the files are uploaded and then I get this error:
too many values to unpack
CommandException: 1 files/objects could not be copied/removed.
Since Google Cloud support is only available for those who have $200 to spare, does anyone here have a solution that doesn't involve syncing each sub folder individually?
I'm using powershell on windows 10, but this issue also happens on linux. I couldn't find a solution anywhere online.