I want to delete the file contents from the file in gs bucket, just content, not the file, basically want a 0kb file.
Inside the shell script I tried cp /dev/null (basic Unix cmd) but got error saying "cannot recreate file "
Is there any gsutil command to delete the contents from cloud storage via shell script