innodatalabs/Package and Upload
Package files in a ZIP and uploads to the AWS S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 6, 2026
- License
- MIT
Pinned Snippet
uses: innodatalabs/action-publish-s3@10648c75335b70d993dd32b37f1c69f4014f7367 # 2.01tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Which directory to ZIP | yes | — |
| name-pattern | Zip directory name | yes | — |
| target-pattern | Target s3:// url | yes | — |
| acl | ACL to use for the uploaded file. Default is "private" | no | private |
| aws-access-key-id | AWS_ACCESS_KEY_ID | yes | — |
| aws-secret-access-key | AWS_SECRET_ACCESS_KEY | yes | — |
| aws-region | AWS_REGION | no | us-east-1 |
Outputs
| name | description |
|---|---|
| location-s3 | URL of the uploaded file as s3:// |
| location-http | URL of the uploaded file as https:// |