public class BucketPuppet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketPuppet.BucketConfiguration
This class is used to specify the desired configuration of a bucket
|
| Constructor and Description |
|---|
BucketPuppet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(com.amazonaws.services.s3.AmazonS3 client,
BucketPuppet.BucketConfiguration desired_configuration)
Take whatever steps are required to make S3 have a bucket in the desired
configuration.
|
public static void execute(com.amazonaws.services.s3.AmazonS3 client,
BucketPuppet.BucketConfiguration desired_configuration)
throws Exception
client - The AmazonS3 client to usedesired_configuration - The desired bucket configurationException - If something goes wrongCopyright © 2017. All rights reserved.