AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.DynamoDBv2.DataModel
Assembly: AWSSDK.dll
Version: (assembly version)
public class S3Link : Object
The S3Link type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() |
BucketName | System.String | The name of the target Bucket for the managed resource |
![]() |
Key | System.String | The Key that S3Link stores and downloads a resource to and from |
![]() |
Region | System.String | The region the S3 resource is in |
![]() |
RegionAsEndpoint | Amazon.RegionEndpoint | Looks up RegionEndpoint based on region as a string |
Name | Description | |
---|---|---|
![]() |
BeginDownloadTo(string, AsyncCallback, object) | Initiates the asynchronous execution of the DownloadTo operation. |
![]() |
BeginUploadFrom(string, AsyncCallback, object) | Initiates the asynchronous execution of the UploadFrom operation. |
![]() ![]() |
Create(DynamoDBContext, string, string, RegionEndpoint) | Creates an S3Link that can be used to managed an S3 connection |
![]() |
DownloadTo(string) | Downloads the file from the S3Link's specified bucket and key then saves it in the given path. Creates directories and the file if they do not already exist. |
![]() |
EndDownloadTo(IAsyncResult) | Finishes the asynchronous execution of the DownloadTo operation. |
![]() |
EndUploadFrom(IAsyncResult) | Finishes the asynchronous execution of the UploadFrom operation. |
![]() |
GetPreSignedURL(DateTime) | Provides a URL for accessing the S3 object managed by S3Link |
![]() |
MakeS3ObjectPublic(bool) | If enable is set to true the object will have its permission set to PublicRead otherwise the permissions will be set to Private. |
![]() |
SetACL(S3CannedACL) | Sets the S3 Object's ACL |
![]() |
SetACL(S3AccessControlList) | Sets the S3 Objects's ACL |
![]() |
UploadFrom(string) | Uploads the specified file and stores it in the specified bucket with the provided key from construction. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8