1
0
2025-05-27 17:57:22 +02:00
2022-11-22 18:20:53 +01:00
2022-11-22 18:20:53 +01:00
2025-05-27 17:57:22 +02:00
2022-11-22 17:09:21 +01:00
2022-11-22 18:20:53 +01:00

Minio download GitHub action

Runs minio client (mc cp command) to download files from remote bucket

Usage

Add this action to your workflow.md

- name: 'Minio download'
  uses: 'ActiveChooN/minio-download-action@v1'
  with:
    endpoint: ${{ secrets.ENDPOINT }}
    access_key: ${{ secrets.ACCESS_KEY }}
    secret_key: ${{ secrets.SECRET_KEY }}
    remote_path: 'path/on/remote/bucket'
    local_path: 'path/on/local/runner'
    # Optional params:
    api_version: 'S3v4'
    bucket: 'bucket_name'
    args: '--recurcive'

License

Licensed under the MIT license. See LICENSE.

Description
GitHub Action to download files from S3 bucket with MinIO CLI
Readme MIT 32 KiB
v1.0.3 Latest
2025-05-27 15:58:31 +00:00
Languages
Shell 75.1%
Dockerfile 24.9%