Skip to main content

This project provides a CDK construct for creating private S3 bucket.

Project description

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

AWS CDK Private Bucket

This project provides a CDK construct to create an S3 Bucket with some security pre-sets. It uses usual s3.BucketProps and overrides these key-value pairs:

{
  blockPublicAccess: s3.BlockPublicAccess.BLOCK_ALL,
  enforceSSL: true,
  encryption: s3.BucketEncryption.S3_MANAGED,
}

The result is a privacy-oriented S3 Bucket.

Install

TypeScript

npm install @pepperize/cdk-private-bucket

or

yarn add @pepperize/cdk-private-bucket

Python

pip install pepperize.cdk-private-bucket

C# / .Net

dotnet add package Pepperize.CDK.PrivateBucket

Java

<dependency>
  <groupId>com.pepperize</groupId>
  <artifactId>cdk-private-bucket</artifactId>
  <version>${cdkPrivateBucket.version}</version>
</dependency>

Example

npm install @pepperize/cdk-private-bucket

See API.md.

import { PrivateBucket } from "@pepperize/cdk-private-bucket";

const bucket = new PrivateBucket(this, "PrivateBucket", {});

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

pepperize.cdk-private-bucket-0.0.195.tar.gz (24.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file pepperize.cdk-private-bucket-0.0.195.tar.gz.

File metadata

File hashes

Hashes for pepperize.cdk-private-bucket-0.0.195.tar.gz
Algorithm Hash digest
SHA256 62b73c752887eb70af41212729b6506434e54a82833b843da5bc17859565192d
MD5 bc6fab96a7986c506e841746e3084cf1
BLAKE2b-256 d21f90298ce16ebc6ff6a90946536605e081e59c89c6cee6a614c65952f4f30a

See more details on using hashes here.

File details

Details for the file pepperize.cdk_private_bucket-0.0.195-py3-none-any.whl.

File metadata

File hashes

Hashes for pepperize.cdk_private_bucket-0.0.195-py3-none-any.whl
Algorithm Hash digest
SHA256 3d4d0184b17bf2595e235edcacd38f7da9a4133e42598e65292f2e3f8aba3345
MD5 149777a8d03185b2cccd2a7cf5e4fc4f
BLAKE2b-256 6bd55516e52a59e4ef6f0d30b18714d05db41fce1e3edd512826727959ec22b5

See more details on using hashes here.

Supported by

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