# Functions
Bucket creates a v1beta1 Bucket for use in testing.
Client creates a MockBucketClient with default request functions and an optional list of ClientModifiers.
WithAccelerationConfig sets the AccelerateConfiguration for an S3 Bucket.
WithArn sets the ARN for an S3 Bucket.
WithConditions sets the Conditions for an S3 Bucket.
WithCORSConfig sets the CORSConfiguration for an S3 Bucket.
WithCreateBucket sets the MockCreateBucketRequest of the mock S3 Client.
WithDeleteOwnershipControls sets the MockDeleteBucketOwnershipControlsRequest of the mock S3 Client.
WithDeleteSSE sets the MockDeleteBucketEncryptionRequest of the mock S3 Client.
WithGetRequestPayment sets the MockGetBucketRequestPaymentRequest of the mock S3 Client.
WithGetSSE sets the MockGetBucketEncryptionRequest of the mock S3 Client.
WithLifecycleConfig sets the BucketLifecycleConfiguration for an S3 Bucket.
WithLoggingConfig sets the LoggingConfiguration for an S3 Bucket.
WithNotificationConfig sets the NotificationConfiguration for an S3 Bucket.
WithPayerConfig sets the PaymentConfiguration for an S3 Bucket.
WithPolicy sets the policy for an S3 Bucket.
WithPolicyUpdatePolicy sets BucketPolicyUpdatePolicy for an S3 Bucket.
WithPutACL sets the MockPutBucketAclRequest of the mock S3 Client.
WithPutOwnershipControls sets the MockPutBucketOwnershipControlsRequest of the mock S3 Client.
WithPutRequestPayment sets the MockPutBucketRequestPaymentRequest of the mock S3 Client.
WithReplConfig sets the ReplicationConfiguration for an S3 Bucket.
WithSSEConfig sets the ServerSideEncryptionConfiguration for an S3 Bucket.
WithTaggingConfig sets the Tagging for an S3 Bucket.
WithVersioningConfig sets the VersioningConfiguration for an S3 Bucket.
WithWebConfig sets the WebsiteConfiguration for an S3 Bucket.
# Variables
BucketName is the name of the s3 bucket in testing.
Region is the test region of the bucket.
# Type aliases
BucketModifier is a function which modifies the Bucket for testing.
ClientModifier is a function which modifies the S3 Client for testing.