프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TestContent | string |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static CreateBucket ( IAmazonS3 s3Client ) : string | ||
s3Client | IAmazonS3 | |
리턴 | string |
public static DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void | ||
s3Client | IAmazonS3 | |
bucketName | string | |
리턴 | void |
public static DeleteObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
versionId | string | |
리턴 | void |
public static GetACLHelper ( |
||
client | ||
bucketName | string | |
key | string | |
리턴 | Amazon.S3.Model.GetACLResponse |
public static GetFileHelper ( string fileName ) : string | ||
fileName | string | |
리턴 | string |
public static GetObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
리턴 |
public static ListObjectsHelper ( |
||
client | ||
bucketName | string | |
리턴 | List |
public static ListVersionsHelper ( |
||
client | ||
bucketName | string | |
리턴 | List |
public static PostObjectHelper ( |
||
client | ||
bucketName | string | |
key | string | |
manipulator | PostObjectRequestManipulator | |
리턴 |