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 endpoints available to AWS clients.
Syntax
public static T SetRegion<T>(this T settings, string region) where T : S3Settings
Type Parameters
Parameters
Name |
Type |
Description |
settings |
T |
The S3 settings. |
region |
string |
The endpoints available to AWS clients. |
Return Value
Type |
Description |
T |
The same S3Settings instance so that multiple calls can be chained. |