Method | Description | |
---|---|---|
CreateBucket ( IAmazonS3 s3Client ) : string | ||
CreateBucketWithWait ( IAmazonS3 s3Client ) : string | ||
WaitForBucket ( IAmazonS3 client, string bucketName, int maxSeconds ) : void | ||
WaitForObject ( IAmazonS3 client, string bucketName, string key, int maxSeconds ) : void |
public static CreateBucket ( IAmazonS3 s3Client ) : string | ||
s3Client | IAmazonS3 | |
return | string |
public static CreateBucketWithWait ( IAmazonS3 s3Client ) : string | ||
s3Client | IAmazonS3 | |
return | string |
public static WaitForBucket ( IAmazonS3 client, string bucketName, int maxSeconds ) : void | ||
client | IAmazonS3 | |
bucketName | string | |
maxSeconds | int | |
return | void |
public static WaitForObject ( IAmazonS3 client, string bucketName, string key, int maxSeconds ) : void | ||
client | IAmazonS3 | |
bucketName | string | |
key | string | |
maxSeconds | int | |
return | void |