S3 Bucket module
| Name | Description | Type | Default |
|---|---|---|---|
bucket_name |
The name of the S3 bucket | string |
|
tags |
A map of tags to add to all resources | map(string) |
|
object_ownership |
The object ownership setting for the bucket | string |
BucketOwnerPreferred |
bucket_policy |
The bucket policy in JSON format | string |
|
object_expiration_days |
The number of days after which objects in the bucket expire | number |
0 |
storage_transition |
The storage class for the bucket and the number of days after which objects transition to it | map(string) |
|
object_versioning |
The object versioning setting for the bucket | string |
Enabled |
| Name | Description |
|---|---|
bucket_arn |
The ARN of the S3 bucket |
bucket_id |
The ID of the S3 bucket |