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 ACL to be used for S3 Buckets or S3 Objects.
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Upload
Settings Extensions
Syntax
public static UploadSettings SetCannedACL(this UploadSettings settings, string cannedACL)
Parameters
Name | Type | Description |
---|---|---|
settings | UploadSettings | The upload settings. |
cannedACL | string | The canned ACL name. |
Return Value
Type | Description |
---|---|
UploadSettings | The same UploadSettings instance so that multiple calls can be chained. |