{"id":19657908,"url":"https://github.com/gammarers/aws-secure-bucket","last_synced_at":"2026-02-01T18:03:23.162Z","repository":{"id":65569163,"uuid":"593875355","full_name":"gammarers/aws-secure-bucket","owner":"gammarers","description":"This is a Simple S3 Secure Bucket.","archived":false,"fork":false,"pushed_at":"2026-01-25T16:44:47.000Z","size":2138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T09:19:16.848Z","etag":null,"topics":["aws","aws-cdk","bucket","cdk","kms","s3","secure"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gammarers.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-01-27T03:05:22.000Z","updated_at":"2026-01-25T16:40:27.000Z","dependencies_parsed_at":"2023-09-19T14:06:36.224Z","dependency_job_id":"8b253fff-c803-4a3f-a840-c949adffd1fe","html_url":"https://github.com/gammarers/aws-secure-bucket","commit_stats":null,"previous_names":["yicr/secure-bucket","gammarer/aws-secure-bucket","yicr/aws-secure-bucket","gammarers/aws-secure-bucket"],"tags_count":360,"template":false,"template_full_name":null,"purl":"pkg:github/gammarers/aws-secure-bucket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-secure-bucket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-secure-bucket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-secure-bucket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-secure-bucket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammarers","download_url":"https://codeload.github.com/gammarers/aws-secure-bucket/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammarers%2Faws-secure-bucket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28984833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T17:52:09.146Z","status":"ssl_error","status_checked_at":"2026-02-01T17:49:53.529Z","response_time":56,"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":["aws","aws-cdk","bucket","cdk","kms","s3","secure"],"created_at":"2024-11-11T15:35:09.833Z","updated_at":"2026-02-01T18:03:23.156Z","avatar_url":"https://github.com/gammarers.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Secure Bucket\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-secure-bucket?style=flat-square)](https://github.com/gammarers/aws-secure-bucket/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-secure-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-secure-bucket)\n[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-secure-bucket?style=flat-square)](https://pypi.org/project/gammarers.aws-secure-bucket/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.SecureBucket?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.SecureBucket/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-secure-bucket/release.yml?branch=main\u0026label=release\u0026style=flat-square)](https://github.com/gammarers/aws-secure-bucket/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-secure-bucket?sort=semver\u0026style=flat-square)](https://github.com/gammarers/aws-secure-bucket/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-secure-bucket)](https://constructs.dev/packages/@gammarers/aws-secure-bucket)\n\nThis is a Simple S3 Secure Bucket.\n\n- Bucket Access Control is Private\n- Public Read Access is false\n- Enforce SSL\n- All Block public access\n- Require encryption\n\n## Additional Properties\n\n| **Name** | **Type** | **Default** | **Description** |\n| --- | --- | --- | --- |\n| bucketType | SecureBucketType | SecureBucketType.DEFAULT_BUCKET | The type of the bucket.\u003cbr/\u003e Available types: DEFAULT(⚠️ **Deprecated**: Use bucketType property instead.), \u003cbr/\u003eSINGLE_PIPELINE_ARTIFACT(⚠️ **Deprecated**: Use bucketType property instead.), \u003cbr/\u003eMULTI_PIPELINE_ARTIFACT(⚠️ **Deprecated**: Use bucketType property instead.), \u003cbr/\u003eCLOUD_FRONT_ORIGIN(⚠️ **Deprecated**: Use bucketType property instead.), \u003cbr/\u003eThe type of the bucket. \u003cbr/\u003eAvailable types: DEFAULT_BUCKET, \u003cbr/\u003eSINGLE_REGION_DEPLOYMENT_PIPELINE_ARTIFACT_BUCKET, \u003cbr/\u003eMULTI_REGION_DEPLOYMENT_PIPELINE_ARTIFACT_BUCKET, \u003cbr/\u003eCLOUD_FRONT_ORIGIN_BUCKET |\n| isPipelineArtifactBucket | boolean | false | ⚠️ **Deprecated**: Use bucketType property instead. If you are setting a custom Qualifier and using it as the artifact bucket for the CDK pipeline, set it to true. |\n| isCloudFrontOriginBucket | boolean | false | ⚠️ **Deprecated**: Use bucketType property instead. If you are using it as the CloudFront origin bucket, set it to true. |\n\n## Install\n\n### TypeScript\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-secure-bucket\n```\n\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-secure-bucket\n```\n\n### Python\n\n```shell\npip install gammarers.aws-secure-bucket\n```\n\n### C# / .Net\n\n```shell\ndotnet add package Gammarers.CDK.AWS.SecureBucket\n```\n\n## Example\n\n```typescript\nimport { SecureBucket } from '@gammarers/aws-secure-bucket';\n\nconst bucket = new SecureBucket(stack, 'SecureBucket', {\n  bucketName: 'example-secure-bucket',\n});\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-secure-bucket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammarers%2Faws-secure-bucket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammarers%2Faws-secure-bucket/lists"}