gammarers.aws-secure-vpc-bucket


Namegammarers.aws-secure-vpc-bucket JSON
Version 1.4.63 PyPI version JSON
download
home_pagehttps://github.com/gammarers/aws-secure-vpc-bucket.git
SummaryAccess from specific VPC Endpoint only Bucket
upload_time2025-08-24 18:29:36
maintainerNone
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Secure VPC Bucket

[![GitHub](https://img.shields.io/github/license/gammarers/aws-secure-vpc-bucket?style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-secure-vpc-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-secure-vpc-bucket)
[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-secure-vpc-bucket?style=flat-square)](https://pypi.org/project/gammarers.aws-secure-vpc-bucket/)
[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.SecureVpcBucket?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.SecureVpcBucket/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-secure-vpc-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-secure-vpc-bucket?sort=semver&style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/releases)

[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-secure-vpc-bucket)](https://constructs.dev/packages/@gammarers/aws-secure-vpc-bucket)

Access from specific VPC Endpoint only Bucket

## Install

### TypeScript

```shell
npm install @gammarers/aws-secure-vpc-bucket
```

or

```shell
yarn add @gammarers/aws-secure-vpc-bucket
```

or

```shell
pnpm add @gammarers/aws-secure-vpc-bucket
```

or

```shell
bun add @gammarers/aws-secure-vpc-bucket
```

### Python

```shell
pip install gammarers.aws-secure-vpc-bucket
```

### C# / .NET

```shell
dotnet add package gammarers.CDK.AWS.SecureVpcBucket
```

## Example

```python
import { SecureSpecificVpcOnlyBucket } from '@gammarers/aws-secure-vpc-bucket';

new SecureVpcBucket(stack, 'SecureVpcBucket', {
  bucketName: 'example-origin-bucket',
  vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // already created vpc endpoint id
});
```

## License

This project is licensed under the Apache-2.0 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gammarers/aws-secure-vpc-bucket.git",
    "name": "gammarers.aws-secure-vpc-bucket",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b5/d5/a9c346f2a8aa1d791b4fc2cd1aff6f5ada42813e42e83fd80e3ddcfe37c4/gammarers_aws_secure_vpc_bucket-1.4.63.tar.gz",
    "platform": null,
    "description": "# AWS Secure VPC Bucket\n\n[![GitHub](https://img.shields.io/github/license/gammarers/aws-secure-vpc-bucket?style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarers/aws-secure-vpc-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarers/aws-secure-vpc-bucket)\n[![PyPI](https://img.shields.io/pypi/v/gammarers.aws-secure-vpc-bucket?style=flat-square)](https://pypi.org/project/gammarers.aws-secure-vpc-bucket/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarers.CDK.AWS.SecureVpcBucket?style=flat-square)](https://www.nuget.org/packages/Gammarers.CDK.AWS.SecureVpcBucket/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarers/aws-secure-vpc-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarers/aws-secure-vpc-bucket?sort=semver&style=flat-square)](https://github.com/gammarers/aws-secure-vpc-bucket/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarers/aws-secure-vpc-bucket)](https://constructs.dev/packages/@gammarers/aws-secure-vpc-bucket)\n\nAccess from specific VPC Endpoint only Bucket\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install @gammarers/aws-secure-vpc-bucket\n```\n\nor\n\n```shell\nyarn add @gammarers/aws-secure-vpc-bucket\n```\n\nor\n\n```shell\npnpm add @gammarers/aws-secure-vpc-bucket\n```\n\nor\n\n```shell\nbun add @gammarers/aws-secure-vpc-bucket\n```\n\n### Python\n\n```shell\npip install gammarers.aws-secure-vpc-bucket\n```\n\n### C# / .NET\n\n```shell\ndotnet add package gammarers.CDK.AWS.SecureVpcBucket\n```\n\n## Example\n\n```python\nimport { SecureSpecificVpcOnlyBucket } from '@gammarers/aws-secure-vpc-bucket';\n\nnew SecureVpcBucket(stack, 'SecureVpcBucket', {\n  bucketName: 'example-origin-bucket',\n  vpcEndpointId: 'vpce-0xxxxxxxxxxxxxxxx', // already created vpc endpoint id\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Access from specific VPC Endpoint only Bucket",
    "version": "1.4.63",
    "project_urls": {
        "Homepage": "https://github.com/gammarers/aws-secure-vpc-bucket.git",
        "Source": "https://github.com/gammarers/aws-secure-vpc-bucket.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4025e0dbf25d4299108203f7a9274590ee02c193cf7f05cb9c1959ba146f6164",
                "md5": "38896a58797535e2802327d0eb2f2311",
                "sha256": "95e2ba0b333f81c11b4e7a11a1959b6343bdda802dc7c22e51a66eaac16ff3c3"
            },
            "downloads": -1,
            "filename": "gammarers_aws_secure_vpc_bucket-1.4.63-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "38896a58797535e2802327d0eb2f2311",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.9",
            "size": 39772,
            "upload_time": "2025-08-24T18:29:35",
            "upload_time_iso_8601": "2025-08-24T18:29:35.570172Z",
            "url": "https://files.pythonhosted.org/packages/40/25/e0dbf25d4299108203f7a9274590ee02c193cf7f05cb9c1959ba146f6164/gammarers_aws_secure_vpc_bucket-1.4.63-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b5d5a9c346f2a8aa1d791b4fc2cd1aff6f5ada42813e42e83fd80e3ddcfe37c4",
                "md5": "86a7fec350fed4bbb48127019930d46b",
                "sha256": "78e980173120647115c1dff111241429b96995f1610a2a0be383a2f70d6fea67"
            },
            "downloads": -1,
            "filename": "gammarers_aws_secure_vpc_bucket-1.4.63.tar.gz",
            "has_sig": false,
            "md5_digest": "86a7fec350fed4bbb48127019930d46b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.9",
            "size": 40698,
            "upload_time": "2025-08-24T18:29:36",
            "upload_time_iso_8601": "2025-08-24T18:29:36.513065Z",
            "url": "https://files.pythonhosted.org/packages/b5/d5/a9c346f2a8aa1d791b4fc2cd1aff6f5ada42813e42e83fd80e3ddcfe37c4/gammarers_aws_secure_vpc_bucket-1.4.63.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-24 18:29:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gammarers",
    "github_project": "aws-secure-vpc-bucket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarers.aws-secure-vpc-bucket"
}
        
Elapsed time: 0.77283s