0.7.0 • Published 9 months ago

@ez4/aws-bucket v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

EZ4: AWS Bucket

It provides all the components to manage buckets and objects on AWS.

Getting started

Install

npm install @ez4/aws-bucket -D

Permission

Ensure the user performing deployments has the permissions below:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "StorageManagement",
      "Effect": "Allow",
      "Action": [
        "s3:CreateBucket",
        "s3:DeleteBucket",
        "s3:PutObject",
        "s3:GetObject",
        "s3:ListBucket",
        "s3:DeleteObject",
        "s3:PutLifecycleConfiguration",
        "s3:PutBucketPolicy",
        "s3:DeleteBucketPolicy",
        "s3:PutBucketTagging",
        "s3:PutObjectTagging"
      ],
      "Resource": ["arn:aws:s3:::{prefix}-*"]
    }
  ]
}

License

MIT License

0.7.0

9 months ago

0.6.0

10 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

11 months ago

0.0.0

11 months ago