Skip to content

GitHub Action to download files from S3 bucket with MinIO CLI

License

Notifications You must be signed in to change notification settings

ActiveChooN/minio-download-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub Action to download files from S3 bucket with MinIO CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published