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
Helper method to get the AWS Credentials from environment variables
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Cake
Context Extensions
Syntax
public static UploadSettings CreateUploadSettings(this ICakeContext context)
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
Return Value
Type | Description |
---|---|
UploadSettings | A new DownloadSettings instance to be used in calls to the IS3Manager . |