This package has been deprecated

Author message:

WARNING: This project has been renamed to @gammarers/aws-secure-bucket. Install using @gammarers/aws-secure-bucket instead.

@gammarer/aws-secure-bucket
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

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',
});

Package Sidebar

Install

npm i @gammarer/aws-secure-bucket

Weekly Downloads

1,293

Version

1.2.3

License

Apache-2.0

Unpacked Size

232 kB

Total Files

8

Last publish

Collaborators

  • yicr