April 2018
Beginner to intermediate
500 pages
11h 26m
English
The following is a list of the most-used commands that we can issue via gsutil:
Uploading a file to the bucket:
For instance, I have a local ./img directory with some images. I can copy the whole directory and create the bucket subdirectory at the same time with the following command:
gsutil cp -r ./img ...
Read now
Unlock full access