[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# Store data\n\nGDC Sandbox lets you test your storage configurations to manage the size\nand capacity needs to store your data. For details on storage, see\n[Storage overview](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/storage).\n\nBefore you configure and test storage, you must\n[install the storage CLI](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/install-configure-storage-cli).\nYou can use the following GDC Sandbox-specific commands to fetch and configure the required\ncertificate: \n\n curl -k https://console.org-1.zone1.google.gdch.test/.well-known/login-config | \\\n grep certificateAuthorityData | head -1 | cut -d : -f 2 | awk '{print $1}' | \\\n sed 's/\"//g' | base64 --decode \u003e gdc_trusted_certs.crt\n gdcloud config set storage/s3_custom_ca_certs_file gdc_trusted_certs.crt\n\nAfterwards, create a storage bucket by following the steps in\n[Create storage buckets](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/create-storage-buckets)."]]