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
npm install @gammarers/aws-secure-bucket
# or
yarn 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-1.3.0.tar.gz
.
File metadata
- Download URL: gammarers.aws-secure-bucket-1.3.0.tar.gz
- Upload date:
- Size: 45.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49a48c03ad49daa4aeed27e143dca0de3f0951e36e2223ce6fa1cef657a4b0c0 |
|
MD5 | 8e7372e071e4336a1d71d78030b24a06 |
|
BLAKE2b-256 | 95093f8b1a2ac831fc31ad90c964465f7d2bd518420d43c4da538aaa2a06f65f |
File details
Details for the file gammarers.aws_secure_bucket-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_secure_bucket-1.3.0-py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452f94c33aed0966e067c6952ea714f4277e21dfdbb87359d0026818c2b7c2f4 |
|
MD5 | 6fe9a7e74c1b50613754d33b9f32899e |
|
BLAKE2b-256 | 901fec26b09e33d109ad86977e997addcfc539d4f4d724a2c29c6d9af6b978f0 |