0.9.2 • Published 9 months ago

@esite/deploy-s3 v0.9.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

@esite/deploy-s3

Deploys your build to S3 and optionally also connects to your Cloudfront to update the cache.

How to use

Install this package via npm i @esite/deploy-s3 and make sure you have @esite/core installed.

You'll need to make make AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY available in your environment variables. This package has dotenv installed, so the easiest way is to create a .env file at the root of your project.

Configurations

  • BucketName
    • Description: The name of your bucket in your S3 console
    • Type: string
    • Optional: false
  • BucketRegion
    • Description: The region your bucket is in
    • Type: string
    • Optional: false
  • BucketPath
    • Description: The region your bucket is in
    • Type: string
    • Optional: true
    • Default: "/"
  • CloudfrontId
    • Description
    • Optional: true
    • Default: "NONE"
0.9.2

9 months ago

0.9.1

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.8.6

1 year ago

0.9.0

1 year ago

0.8.3

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.8.2

1 year ago

0.7.1

1 year ago

0.6.3

1 year ago

0.7.0

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago