actions-marketplace-validations/Upload to Yandex S3 Object Storage
GH action for uploading files to Yandex S3 Object Storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| accessKeyId | Service account access key ID | yes | "" |
| secretAccessKey | Service account secret access key | yes | "" |
| bucket | Bucket name | yes | "" |
| localPath | Path to file or folder to upload | yes | ./ |
| remotePath | Path in Yandex S3 to upload files to | yes | ./ |
| clearBucket | Clear ALL storage | no | false |
| cacheControl | Cache-Control header value for uploaded objects | no | "" |
| ignore | Ignored file/directory names, separated with semicolons | no | "" |
Outputs
no outputs