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
Contains extension methods for
UploadSettings
.
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["UploadSettingsExtensions"]
class Type type-node
Syntax
public static class UploadSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
SetCannedACL |
UploadSettings |
Specifies the ACL to be used for S3 Buckets or S3 Objects.
static
|
SetCannedACL |
UploadSettings |
Specifies the ACL to be used for S3 Buckets or S3 Objects.
static
|
Set |
UploadSettings |
Generate the ContentType based on the file extension
static
|
SetGenerateETag |
UploadSettings |
Generate an ETag based on the hash of the file
static
|
Set |
UploadSettings |
The id of the AWS Key Management Service key that Amazon S3 should use to encrypt
and decrypt the object. If a key id is not specified, the default key will be
static
|
SetStorageClass |
UploadSettings |
Specifies the Storage Class of of an S3 object. Possible values are: ReducedRedundancy:
provides a 99.99% durability guarantee Standard: provides a 99.999999999% durability guarantee
static
|
SetStorageClass |
UploadSettings |
Specifies the Storage Class of of an S3 object. Possible values are: ReducedRedundancy:
provides a 99.99% durability guarantee Standard: provides a 99.999999999% durability guarantee
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|