2.0.20 • Published 9 months ago

@gammarers/aws-secure-bucket v2.0.20

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

AWS Secure Bucket

GitHub npm (scoped) PyPI Nuget 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

install by npm

npm install @gammarers/aws-secure-bucket

install by yarn

yarn add @gammarers/aws-secure-bucket

install by pnpm

pnpm add @gammarers/aws-secure-bucket

install by bun

bun add @gammarers/aws-secure-bucket

Python

pip install gammarers.aws-secure-bucket

C# / .Net

dotnet add package Gammarers.CDK.AWS.SecureBucket

Example

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

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

9 months ago

2.0.19

9 months ago

2.0.16

10 months ago

2.0.17

10 months ago

2.0.18

9 months ago

2.0.15

10 months ago

2.0.14

10 months ago

2.0.13

11 months ago

2.0.12

11 months ago

2.0.11

11 months ago

1.4.6

1 year ago

1.4.5

1 year ago

1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

12 months ago

2.0.6

12 months ago

2.0.9

11 months ago

2.0.10

11 months ago

2.0.8

12 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago