actions-marketplace-validations/Github action for deploy a folder to Amazon s3 bucket 🗑
Easy way to build and upload distributable files of Vue application to amazon s3 bucket
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 29, 2020
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/dvelasquez_deploy-s3-action@364370c9201f90ddddc6175e8644c94517500b03 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | Amazon access key id | yes | — |
| AWS_SECRET_ACCESS_KEY | Amazon secret access key | yes | — |
| AWS_DEFAULT_REGION | Bucket region. (Ex: us-east-1) | yes | — |
| AWS_BUCKET_NAME | Aws bucket name | yes | — |
| BUCKET_PATH | Additional path where the files will be uploaded '/pr/84' | no | "" |
| DIST_LOCATION_CODE | Location of the dist files. Default: dist. | no | ./dist |
Outputs
no outputs