hermanbanken/HubRise ipa/apk upload to S3
Uploads/slurps all ipa/apk files to S3 (and adds a manifest for easy adhoc downloading)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | s3 uri to populate; such as 's3://mybucket' | yes | — |
| destinationPath | s3 path to populate; such as 'subpath'; defaults to the root | no | — |
| destinationUrl | s3 url to use; required if s3 bucket is not at *.s3.amazonaws.com (for example Google Cloud Storage) | no | — |
| sourcePaths | files or directory to slurp, supports globs; defaults to all APK and IPA the current dir | no | **/*.{apk,ipa} |
| extraArgs | extra aws cli args | no | — |
Outputs
| name | description |
|---|---|
| url | url of the generated download page (https://$bucket.s3.amazonaws.com/$path/index.html) |