Home | History | Annotate | Download | only in storage

Lines Matching refs:Encryption

297 // Key returns a new ObjectHandle that uses the supplied encryption
300 // Encryption key must be a 32-byte AES-256 key.
301 // See https://cloud.google.com/storage/docs/encryption for details.
447 // Encryption doesn't apply to Delete.
776 // customer-supplied encryption key for the object. It is empty if there is
777 // no customer-supplied encryption key.
778 // See // https://cloud.google.com/storage/docs/encryption for more about
779 // encryption in Google Cloud Storage.
1117 headers.Set("x-goog-"+cs+"encryption-algorithm", "AES256")
1118 headers.Set("x-goog-"+cs+"encryption-key", base64.StdEncoding.EncodeToString(key))
1120 headers.Set("x-goog-"+cs+"encryption-key-sha256", base64.StdEncoding.EncodeToString(keyHash[:]))