Broadband India Forum

Web 2.0 & Services => Technology => Topic started by: wiredlife on December 19, 2018, 12:18:14 PM

Title: Change Bucket Storage Property Google Cloud Storage
Post by: wiredlife on December 19, 2018, 12:18:14 PM
I was only pushing some Backup Data to Google Cloud. By default the Bucket Property is set to "Multi-Regional" access with primary storage in the US. Cost for 1 TB / Month is approximately $20.

Changed the Storage Type of the Bucket to "nearline" that is sparingly accessed [Once a Month]
You have to use the command line gsutil command to do the required changes so that it applies to existing objects / files and the nes that will get created in the future.

Quote
gsutil defstorageclass set nearline gs://acn9

Read https://cloud.google.com/storage/archival/ for more information.