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

2.0.20 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.20
309latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.20
309
2.0.19
198
2.0.18
1
2.0.17
0
2.0.16
0
2.0.15
0
2.0.14
0
2.0.13
0
2.0.12
0
2.0.11
4
2.0.10
0
2.0.9
0
2.0.8
0
2.0.7
0
2.0.6
0
2.0.5
0
2.0.4
0
2.0.3
0
2.0.2
0
2.0.1
0
2.0.0
0
1.5.0
0
1.4.6
723
1.4.5
1
1.4.4
0
1.4.3
0
1.4.2
0
1.4.1
1
1.4.0
0
1.3.6
72
1.3.5
0
1.3.4
0
1.3.3
0
1.3.2
0
1.3.1
0
1.3.0
0

Package Sidebar

Install

npm i @gammarers/aws-secure-bucket

Weekly Downloads

1,309

Version

2.0.20

License

Apache-2.0

Unpacked Size

236 kB

Total Files

8

Last publish

Collaborators

  • yicr