This is a Simple S3 Secure Bucket.
Project description
AWS Secure Bucket
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',
});
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
Built Distribution
File details
Details for the file gammarers_aws_secure_bucket-2.0.20.tar.gz
.
File metadata
- Download URL: gammarers_aws_secure_bucket-2.0.20.tar.gz
- Upload date:
- Size: 50.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4966f8793368af518b169cfd5d3197cba01e08dd5a303452756e8ee181a933e6 |
|
MD5 | 022dd40d90f43dab308d75aa65ea056b |
|
BLAKE2b-256 | 873c97db641b9920ed7f7ac15ca1ebeab9bfd73db3339795a550dcb4a17f10cc |
File details
Details for the file gammarers.aws_secure_bucket-2.0.20-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_secure_bucket-2.0.20-py3-none-any.whl
- Upload date:
- Size: 48.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1d32a0c34fe2e7e78479c95ab65458c80215687d234f262fa80d20a91f35099 |
|
MD5 | f383ec125b0bc6f9d8e7bbea67095115 |
|
BLAKE2b-256 | 474ab88354e1def04c4b1f22fd3eb73f3a9bfdfd1eee8bcd670845ea625e4c08 |