gammarer.aws-secure-bucket


Namegammarer.aws-secure-bucket JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/gammarer/aws-secure-bucket.git
SummaryThis is a Simple S3 Secure Bucket.
upload_time2024-04-21 17:15:01
maintainerNone
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS Secure Bucket

[![GitHub](https://img.shields.io/github/license/gammarer/aws-secure-bucket?style=flat-square)](https://github.com/gammarer/aws-secure-bucket/blob/main/LICENSE)
[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-secure-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-secure-bucket)
[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-secure-bucket?style=flat-square)](https://pypi.org/project/gammarer.aws-secure-bucket/)
[![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureBucket?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureBucket/)
[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-secure-bucket?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-secure-bucket/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarer/aws-secure-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarer/aws-secure-bucket/actions/workflows/release.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarer/aws-secure-bucket?sort=semver&style=flat-square)](https://github.com/gammarer/aws-secure-bucket/releases)

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

This is a Simple S3 Secure Bucket.

* Bucket Access Control is Private
* Public Read Access is false
* Enforce SSL
* All Block public access
* Require encryption

## Install

### TypeScript

```shell
npm install @gammarer/aws-secure-bucket
# or
yarn add @gammarer/aws-secure-bucket
```

### Python

```shell
pip install gammarer.aws-secure-bucket
```

### C# / .Net

```shell
dotnet add package Gammarer.CDK.AWS.SecureBucket
```

### Java

Add the following to pom.xml:

```xml
<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-secure-bucket</artifactId>
</dependency>
```

## Example

```python
import { SecureBucket } from '@gammarer/aws-secure-bucket';

const bucket = new SecureBucket(stack, 'SecureBucket', {
  bucketName: 'example-secure-bucket',
});
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gammarer/aws-secure-bucket.git",
    "name": "gammarer.aws-secure-bucket",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ed/97/9deee995a2cf60f8fa458e75ea48550c76bdc8af91a23c7b13d5faa48a9f/gammarer.aws-secure-bucket-1.2.3.tar.gz",
    "platform": null,
    "description": "# AWS Secure Bucket\n\n[![GitHub](https://img.shields.io/github/license/gammarer/aws-secure-bucket?style=flat-square)](https://github.com/gammarer/aws-secure-bucket/blob/main/LICENSE)\n[![npm (scoped)](https://img.shields.io/npm/v/@gammarer/aws-secure-bucket?style=flat-square)](https://www.npmjs.com/package/@gammarer/aws-secure-bucket)\n[![PyPI](https://img.shields.io/pypi/v/gammarer.aws-secure-bucket?style=flat-square)](https://pypi.org/project/gammarer.aws-secure-bucket/)\n[![Nuget](https://img.shields.io/nuget/v/Gammarer.CDK.AWS.SecureBucket?style=flat-square)](https://www.nuget.org/packages/Gammarer.CDK.AWS.SecureBucket/)\n[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.gammarer/aws-secure-bucket?server=https%3A%2F%2Fs01.oss.sonatype.org%2F&style=flat-square)](https://s01.oss.sonatype.org/content/repositories/releases/com/gammarer/aws-secure-bucket/)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/gammarer/aws-secure-bucket/release.yml?branch=main&label=release&style=flat-square)](https://github.com/gammarer/aws-secure-bucket/actions/workflows/release.yml)\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/gammarer/aws-secure-bucket?sort=semver&style=flat-square)](https://github.com/gammarer/aws-secure-bucket/releases)\n\n[![View on Construct Hub](https://constructs.dev/badge?package=@gammarer/aws-secure-bucket)](https://constructs.dev/packages/@gammarer/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## Install\n\n### TypeScript\n\n```shell\nnpm install @gammarer/aws-secure-bucket\n# or\nyarn add @gammarer/aws-secure-bucket\n```\n\n### Python\n\n```shell\npip install gammarer.aws-secure-bucket\n```\n\n### C# / .Net\n\n```shell\ndotnet add package Gammarer.CDK.AWS.SecureBucket\n```\n\n### Java\n\nAdd the following to pom.xml:\n\n```xml\n<dependency>\n  <groupId>com.gammarer</groupId>\n  <artifactId>aws-secure-bucket</artifactId>\n</dependency>\n```\n\n## Example\n\n```python\nimport { SecureBucket } from '@gammarer/aws-secure-bucket';\n\nconst bucket = new SecureBucket(stack, 'SecureBucket', {\n  bucketName: 'example-secure-bucket',\n});\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "This is a Simple S3 Secure Bucket.",
    "version": "1.2.3",
    "project_urls": {
        "Homepage": "https://github.com/gammarer/aws-secure-bucket.git",
        "Source": "https://github.com/gammarer/aws-secure-bucket.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d8360e6baeb2a9a012e79233286bc60150b3df5dd30a040155999e640d2983d",
                "md5": "de879107542dd72f5646a915829e9644",
                "sha256": "d53dd37b2ffa29cdaaa5ca08b9ced27aa2d75698847997694ad6092f32f76db4"
            },
            "downloads": -1,
            "filename": "gammarer.aws_secure_bucket-1.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de879107542dd72f5646a915829e9644",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 43941,
            "upload_time": "2024-04-21T17:14:59",
            "upload_time_iso_8601": "2024-04-21T17:14:59.142707Z",
            "url": "https://files.pythonhosted.org/packages/6d/83/60e6baeb2a9a012e79233286bc60150b3df5dd30a040155999e640d2983d/gammarer.aws_secure_bucket-1.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed979deee995a2cf60f8fa458e75ea48550c76bdc8af91a23c7b13d5faa48a9f",
                "md5": "7ca9a6616d7a085e9b867b296d8771d6",
                "sha256": "6c839f2a0eb263218ca58790dc8774c92221202ae066ad447683ce9d4c4ebdbf"
            },
            "downloads": -1,
            "filename": "gammarer.aws-secure-bucket-1.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7ca9a6616d7a085e9b867b296d8771d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 45407,
            "upload_time": "2024-04-21T17:15:01",
            "upload_time_iso_8601": "2024-04-21T17:15:01.700477Z",
            "url": "https://files.pythonhosted.org/packages/ed/97/9deee995a2cf60f8fa458e75ea48550c76bdc8af91a23c7b13d5faa48a9f/gammarer.aws-secure-bucket-1.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 17:15:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gammarer",
    "github_project": "aws-secure-bucket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gammarer.aws-secure-bucket"
}
        
Elapsed time: 0.74957s