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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gammarers.aws-secure-bucket-1.3.5.tar.gz.
File metadata
- Download URL: gammarers.aws-secure-bucket-1.3.5.tar.gz
- Upload date:
- Size: 44.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a338b29b94e9f218219b205e3a1058e2f2653747d9c6f4433218d47f2e5e9cf9
|
|
| MD5 |
7a89396199a2361c9919abec1e514fa0
|
|
| BLAKE2b-256 |
8b516d02726bf1ce68eeacdd518f1f8a3b03d2872dd3222079179d47e74ba99f
|
File details
Details for the file gammarers.aws_secure_bucket-1.3.5-py3-none-any.whl.
File metadata
- Download URL: gammarers.aws_secure_bucket-1.3.5-py3-none-any.whl
- Upload date:
- Size: 43.3 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 |
3c3d60f56103ef5d396a843b2911eece692014829c69accc28d3f055085496fc
|
|
| MD5 |
d86c3374bf44c9915a6975f04218c3b4
|
|
| BLAKE2b-256 |
bcaa910ce973bbb6ca07dcbdc8b74a48270e464fdacfa48d3646ddb46967f0ef
|