gsutil
Verified for current stable LTS
Gsutil Commands
Gsutil command syntax with verified terminal examples.
Commands
9 commands for Gsutil
gsutil Operations
Gsutil Command: Create New Bucket
gsutil mb gs://<bucket_name> gsutil Operations
Gsutil Command: Delete Bucket And Objects
gsutil rm -r gs://<bucket_name> gsutil HTTP
Gsutil Command: Download Object From Bucket
gsutil cp gs://<bucket_name>/<object_name> <path/to/save_location> gsutil Operations
Gsutil Command: List All Buckets
gsutil ls gsutil Operations
Gsutil Command: List All Buckets In Project
gsutil ls gsutil Operations
Gsutil Command: List Objects In Bucket
gsutil ls -r 'gs://<bucket_name>/<prefix>**' gsutil Operations
Gsutil Command: Rename Or Move Object
gsutil mv gs://<bucket_name>/<old_object_name> gs://<bucket_name>/<new_object_name> gsutil Operations
Gsutil Command: Rename Or Move Object In Bucket
gsutil mv gs://<bucket_name>/<old_object_name> gs://<bucket_name>/<new_object_name> gsutil Operations
Gsutil Command: Upload Object To Bucket
gsutil cp <object_location> gs://<destination_bucket_name>/ Suggest a Gsutil Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Gsutil workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.