innopolis-uav-team/Upload Artifacts
Upload artifacts to MinIO storage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to file or directory to be uploaded/downloaded | yes | — |
| src_path | Source path in MinIO (for download) or local path (for upload) | yes | — |
| tgt_path | Target path in MinIO (for upload) or local path (for download) | no | ./ |
| bucket | MinIO bucket name | no | artifacts |
| mode | Operation mode: upload or download | no | upload |
| use_git | Use git repository info for path generation (true/false) | no | true |
| minio_access_key | Access key for the MinIO storage system | yes | — |
| minio_secret_key | Secret key for the MinIO storage system | yes | — |
| minio_api_uri | The MinIO storage system API URL | yes | http://api.minio.uavlab.site/ |
| uid | User ID to run the Docker container with (optional) | no | 1001 |
| gid | Group ID to run the Docker container with (optional) | no | 1001 |
Outputs
| name | description |
|---|---|
| artifact_path | Path to the uploaded artifact in MinIO (for upload) or local path of the downloaded artifact (for download) |