Interface IS3DownloadOptions
Options when downloading files from S3.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IS3DownloadOptions
Syntax (vb)
Public Interface IS3DownloadOptions
Synopsis
Properties
Bucket | Name of the S3 bucket to download from. |
BucketKey | The key of the file to download. |
LocalFile | The name of the local file. |
Properties
Bucket
BucketKey
The key of the file to download.
string BucketKey { get; }
Property Value
System.String
LocalFile
The name of the local file.
virtual string LocalFile { get; }
Property Value
System.String
Remarks
Default: Linux - /tmp/bucketKey Windows - %TEMP%/bucketKey