检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Server-Side Encryption (SDK for Node.js) Overview (SDK for Node.js) APIs (SDK for Node.js) Code Examples (SDK for Node.js)
Server-Side Encryption (SDK for Go) Function This API configures server-side encryption for objects, so that they will be encrypted or decrypted when you upload them to or download them from a bucket. The encryption and decryption happen on the server side. There are different encryption
Client-Side Encryption APIs (SDK for Python) Introduction (SDK for Python) Client-Side Encryption (SDK for Python)
Server-Side Encryption APIs (SDK for Java) If you have any questions during development, post them on the Issues page of GitHub. The following table lists APIs related to server-side encryption: Method in OBS Java SDK Description Supported Encryption Type ObsClient.putObject Sets
Configuring Bucket Encryption (SDK for Go) Function After you enable encryption for a bucket, the objects you upload to this bucket will be encrypted with the specified encryption method before they are stored in OBS. When you later download these encrypted objects, OBS decrypts them
How Do I Generate an SSE-C Encryption Key? Sample code of generating an SSE-C encryption key and its MD5 value: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 import java.nio.charset.Charset; import
Obtaining the Bucket Encryption Configuration (SDK for Go) Function After you enable encryption for a bucket, the objects you upload to this bucket will be encrypted with the specified encryption method before they are stored in OBS. When you later download these encrypted objects
Deleting the Bucket Encryption Configuration (SDK for Go) Function After you enable encryption for a bucket, the objects you upload to this bucket will be encrypted with the specified encryption method before they are stored in OBS. When you later download these encrypted objects,
Will OBS Server-Side Encryption Encrypt My Existing Objects That Are Unencrypted? No. No. OBS encrypts only objects that are uploaded after the server-side encryption configuration is effective. If you want to encrypt existing objects, delete them and upload them again. Parent topic