{"id":37563830,"url":"https://github.com/dfds/aws-modules-s3","last_synced_at":"2026-01-16T09:11:50.334Z","repository":{"id":65792078,"uuid":"596519344","full_name":"dfds/aws-modules-s3","owner":"dfds","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-10T13:52:47.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-10T21:51:53.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-02T11:13:28.000Z","updated_at":"2025-12-10T13:51:56.000Z","dependencies_parsed_at":"2024-02-21T11:49:22.159Z","dependency_job_id":null,"html_url":"https://github.com/dfds/aws-modules-s3","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":"dfds/aws-modules-template","purl":"pkg:github/dfds/aws-modules-s3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Faws-modules-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Faws-modules-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Faws-modules-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Faws-modules-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfds","download_url":"https://codeload.github.com/dfds/aws-modules-s3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Faws-modules-s3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T09:11:50.215Z","updated_at":"2026-01-16T09:11:50.307Z","avatar_url":"https://github.com/dfds.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-modules-s3\nModule for AWS S3 bucket\n\n# Documentation\n\u003c!-- BEGIN_TF_DOCS --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.6.0 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | \u003e= 6.23.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 6.23.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_logging_bucket\"\u003e\u003c/a\u003e [logging\\_bucket](#module\\_logging\\_bucket) | ./s3-logging-bucket | n/a |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_s3_bucket.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |\n| [aws_s3_bucket_lifecycle_configuration.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration) | resource |\n| [aws_s3_bucket_logging.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_logging) | resource |\n| [aws_s3_bucket_ownership_controls.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_ownership_controls) | resource |\n| [aws_s3_bucket_policy.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy) | resource |\n| [aws_s3_bucket_public_access_block.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource |\n| [aws_s3_bucket_server_side_encryption_configuration.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource |\n| [aws_s3_bucket_versioning.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning) | resource |\n| [aws_iam_policy_document.bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_additional_tags\"\u003e\u003c/a\u003e [additional\\_tags](#input\\_additional\\_tags) | Additional tags for the S3 bucket | `object({})` | `{}` | no |\n| \u003ca name=\"input_bucket_name\"\u003e\u003c/a\u003e [bucket\\_name](#input\\_bucket\\_name) | Name of the S3 bucket | `string` | n/a | yes |\n| \u003ca name=\"input_bucket_versioning_configuration\"\u003e\u003c/a\u003e [bucket\\_versioning\\_configuration](#input\\_bucket\\_versioning\\_configuration) | Whether to enable bucket versioning | `string` | `\"Enabled\"` | no |\n| \u003ca name=\"input_create_logging_bucket\"\u003e\u003c/a\u003e [create\\_logging\\_bucket](#input\\_create\\_logging\\_bucket) | Whether to create logging bucket | `bool` | `false` | no |\n| \u003ca name=\"input_create_policy\"\u003e\u003c/a\u003e [create\\_policy](#input\\_create\\_policy) | Whether to create a bucket policy | `bool` | `true` | no |\n| \u003ca name=\"input_kms_key_arn\"\u003e\u003c/a\u003e [kms\\_key\\_arn](#input\\_kms\\_key\\_arn) | ARN of the KMS key to use for server side encryption | `string` | `null` | no |\n| \u003ca name=\"input_lifecycle_rules\"\u003e\u003c/a\u003e [lifecycle\\_rules](#input\\_lifecycle\\_rules) | List of objects lifecycle rules | \u003cpre\u003elist(object({\u003cbr/\u003e    abort_incomplete_multipart_upload = optional(object({\u003cbr/\u003e      days_after_initiation = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    expiration = optional(object({\u003cbr/\u003e      date = optional(string)\u003cbr/\u003e      days = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    filter = optional(object({\u003cbr/\u003e      and = optional(object({\u003cbr/\u003e        object_size_greater_than = optional(number)\u003cbr/\u003e        object_size_less_than    = optional(number)\u003cbr/\u003e        prefix                   = optional(string)\u003cbr/\u003e        tags                     = optional(map(string))\u003cbr/\u003e      }))\u003cbr/\u003e      object_size_greater_than = optional(number)\u003cbr/\u003e      object_size_less_than    = optional(number)\u003cbr/\u003e      prefix                   = optional(string)\u003cbr/\u003e      tag = optional(object({\u003cbr/\u003e        key   = optional(string)\u003cbr/\u003e        value = optional(string)\u003cbr/\u003e      }))\u003cbr/\u003e    }))\u003cbr/\u003e    id = string\u003cbr/\u003e    noncurrent_version_expiration = optional(object({\u003cbr/\u003e      newer_noncurrent_versions = optional(number)\u003cbr/\u003e      noncurrent_days           = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    noncurrent_version_transition = optional(object({\u003cbr/\u003e      newer_noncurrent_versions = optional(number)\u003cbr/\u003e      noncurrent_days           = optional(number)\u003cbr/\u003e      storage_class             = string\u003cbr/\u003e    }))\u003cbr/\u003e    status = string\u003cbr/\u003e    transition = optional(object({\u003cbr/\u003e      date          = optional(string)\u003cbr/\u003e      days          = optional(number)\u003cbr/\u003e      storage_class = optional(string)\u003cbr/\u003e    }))\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_logging_bucket_lifecycle_rules\"\u003e\u003c/a\u003e [logging\\_bucket\\_lifecycle\\_rules](#input\\_logging\\_bucket\\_lifecycle\\_rules) | List of objects lifecycle rules | \u003cpre\u003elist(object({\u003cbr/\u003e    abort_incomplete_multipart_upload = optional(object({\u003cbr/\u003e      days_after_initiation = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    expiration = optional(object({\u003cbr/\u003e      date = optional(string)\u003cbr/\u003e      days = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    filter = optional(object({\u003cbr/\u003e      and = optional(object({\u003cbr/\u003e        object_size_greater_than = optional(number)\u003cbr/\u003e        object_size_less_than    = optional(number)\u003cbr/\u003e        prefix                   = optional(string)\u003cbr/\u003e        tags                     = optional(map(string))\u003cbr/\u003e      }))\u003cbr/\u003e      object_size_greater_than = optional(number)\u003cbr/\u003e      object_size_less_than    = optional(number)\u003cbr/\u003e      prefix                   = optional(string)\u003cbr/\u003e      tag = optional(object({\u003cbr/\u003e        key   = optional(string)\u003cbr/\u003e        value = optional(string)\u003cbr/\u003e      }))\u003cbr/\u003e    }))\u003cbr/\u003e    id = string\u003cbr/\u003e    noncurrent_version_expiration = optional(object({\u003cbr/\u003e      newer_noncurrent_versions = optional(number)\u003cbr/\u003e      noncurrent_days           = optional(number)\u003cbr/\u003e    }))\u003cbr/\u003e    noncurrent_version_transition = optional(object({\u003cbr/\u003e      newer_noncurrent_versions = optional(number)\u003cbr/\u003e      noncurrent_days           = optional(number)\u003cbr/\u003e      storage_class             = string\u003cbr/\u003e    }))\u003cbr/\u003e    status = string\u003cbr/\u003e    transition = optional(object({\u003cbr/\u003e      date          = optional(string)\u003cbr/\u003e      days          = optional(number)\u003cbr/\u003e      storage_class = optional(string)\u003cbr/\u003e    }))\u003cbr/\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_logging_bucket_name\"\u003e\u003c/a\u003e [logging\\_bucket\\_name](#input\\_logging\\_bucket\\_name) | Name of the S3 bucket for logs. Either an existing logging bucket or the name of the bucket to be created | `string` | n/a | yes |\n| \u003ca name=\"input_object_ownership\"\u003e\u003c/a\u003e [object\\_ownership](#input\\_object\\_ownership) | Object ownership. Valid values: `BucketOwnerPreferred`, `ObjectWriter` or `BucketOwnerEnforced` | `string` | `\"BucketOwnerEnforced\"` | no |\n| \u003ca name=\"input_override_policy_documents\"\u003e\u003c/a\u003e [override\\_policy\\_documents](#input\\_override\\_policy\\_documents) | List of IAM policy documents that are merged together into the exported document. It will  will iteratively override matching Sids | `list(string)` | `[]` | no |\n| \u003ca name=\"input_source_policy_documents\"\u003e\u003c/a\u003e [source\\_policy\\_documents](#input\\_source\\_policy\\_documents) | List of IAM policy documents that are merged together into the exported document. It requires that all documents have unique Sids | `list(string)` | `[]` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_bucket_arn\"\u003e\u003c/a\u003e [bucket\\_arn](#output\\_bucket\\_arn) | ARN of the S3 bucket |\n| \u003ca name=\"output_bucket_domain_name\"\u003e\u003c/a\u003e [bucket\\_domain\\_name](#output\\_bucket\\_domain\\_name) | The bucket domain name. Will be of format `bucketname.s3.amazonaws.com` |\n| \u003ca name=\"output_bucket_name\"\u003e\u003c/a\u003e [bucket\\_name](#output\\_bucket\\_name) | Name of the bucket |\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Faws-modules-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfds%2Faws-modules-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfds%2Faws-modules-s3/lists"}