Store data

GDC Sandbox lets you test your storage configurations to manage the size and capacity needs to store your data. For details on storage, see Storage overview.

Before you configure and test storage, you must install the storage CLI. You can use the following GDC Sandbox-specific commands to fetch and configure the required certificate:

curl -k https://console.org-1.zone1.google.gdch.test/.well-known/login-config | \
grep certificateAuthorityData | head -1 | cut -d : -f 2 | awk '{print $1}' | \
sed 's/"//g' | base64 --decode > gdc_trusted_certs.crt
gdcloud config set storage/s3_custom_ca_certs_file gdc_trusted_certs.crt

Afterwards, create a storage bucket by following the steps in Create storage buckets.