This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AWS.S3.
Summary
Specifies the Server-side encryption algorithm to be used with the customer provided key.
Syntax
public static T SetEncryptionMethod<T>(this T settings, ServerSideEncryptionCustomerMethod method)
where T : S3Settings
Type Parameters
Parameters
Name |
Type |
Description |
settings |
T |
The S3 settings. |
method |
ServerSideEncryptionCustomerMethod |
The Server-side encryption algorithm to be used with the customer provided key. |
Return Value
Type |
Description |
T |
The same S3Settings instance so that multiple calls can be chained. |