This web page requires JavaScript to be enabled.

JavaScript is an object-oriented computer programming language commonly used to create interactive effects within web browsers.

How to enable JavaScript?

GCP Cloud Storage

Blog November 18, 2021 0
  • Zonal persistent disk: Efficient, reliable block storage.
  • Regional persistent disk: Regional block storage replicated in two zones.
  • Local SSD: High performance, transient, local block storage.
  • Cloud Storage buckets: Affordable object storage.
  • Filestore: High performance file storage for Google Cloud users.

Creating storage buckets

gsutil mb gs://BUCKET_NAME

Upload from local to Cloud Storage

gsutil cp -r "D:\xxx" gs://BUCKET_NAME

Download from Cloud Storage

gsutil cp -r gs://BUCKET_NAME /xxx D:\yyy

Example:
Upload files from TDC (The Data Center) folder:

Download files from TDC (The Data Center) folder:

2021/11/17 at 12:08 pm


Last modified on October 10th, 2024 at 12:16 pm

Nam Le
lequocnam



0 responds

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.