Skip to main content

This is a Simple S3 Secure Bucket.

Project description

AWS Secure Bucket

GitHub npm (scoped) PyPI Nuget Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

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

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

Python

pip install gammarer.aws-secure-bucket

C# / .Net

dotnet add package Gammarer.CDK.AWS.SecureBucket

Java

Add the following to pom.xml:

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

Example

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

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gammarer.aws-secure-bucket-1.2.3.tar.gz (45.4 kB view details)

Uploaded Source

Built Distribution

gammarer.aws_secure_bucket-1.2.3-py3-none-any.whl (43.9 kB view details)

Uploaded Python 3

File details

Details for the file gammarer.aws-secure-bucket-1.2.3.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-secure-bucket-1.2.3.tar.gz
Algorithm Hash digest
SHA256 6c839f2a0eb263218ca58790dc8774c92221202ae066ad447683ce9d4c4ebdbf
MD5 7ca9a6616d7a085e9b867b296d8771d6
BLAKE2b-256 ed979deee995a2cf60f8fa458e75ea48550c76bdc8af91a23c7b13d5faa48a9f

See more details on using hashes here.

File details

Details for the file gammarer.aws_secure_bucket-1.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarer.aws_secure_bucket-1.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d53dd37b2ffa29cdaaa5ca08b9ced27aa2d75698847997694ad6092f32f76db4
MD5 de879107542dd72f5646a915829e9644
BLAKE2b-256 6d8360e6baeb2a9a012e79233286bc60150b3df5dd30a040155999e640d2983d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page