Property | Type | Description | |
---|---|---|---|
TestContent | string |
Method | Description | |
---|---|---|
CleanBucket ( |
||
CreateBucket ( IAmazonS3 s3Client ) : string | ||
DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void | ||
DeleteObjectHelper ( |
||
GetACLHelper ( |
||
GetFileHelper ( string fileName ) : string | ||
GetObjectHelper ( |
||
ListObjectsHelper ( |
||
ListVersionsHelper ( |
||
PostObjectHelper ( |
public static CleanBucket ( |
||
client | ||
bucketName | string | |
return | void |
public static CreateBucket ( IAmazonS3 s3Client ) : string | ||
s3Client | IAmazonS3 | |
return | string |
public static DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void | ||
s3Client | IAmazonS3 | |
bucketName | string | |
return | void |
public static DeleteObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
versionId | string | |
return | void |
public static GetACLHelper ( |
||
client | ||
bucketName | string | |
key | string | |
return | Amazon.S3.Model.GetACLResponse |
public static GetFileHelper ( string fileName ) : string | ||
fileName | string | |
return | string |
public static GetObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
return |
public static ListObjectsHelper ( |
||
client | ||
bucketName | string | |
return | List |
public static ListVersionsHelper ( |
||
client | ||
bucketName | string | |
return | List |
public static PostObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
manipulator | PostObjectRequestManipulator | |
return |