This is currently supported only for buckets located in the US.
PutObject with encryption.
PutObject with SSE-C
Don’t forget to update
--sse-customer-key here.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check out our upcoming events and meetups! View events →
Implementing object encryption in Telnyx Cloud Storage using SSE-C: Step-by-step guide for secure AWS API requests.
PutObject with encryption.
--sse-customer-key here.user@host ~ % aws s3api put-object --body /path/to/file.png --bucket mybestbucket --key objenc --sse-customer-algorithm AES256 --sse-customer-key XXX
{
"ETag": "\"18830c2cf6204ca111864bf967c40959\"",
"SSECustomerAlgorithm": "AES256",
"SSECustomerKeyMD5": "YYY"
}
Was this page helpful?