Coder Social home page Coder Social logo

sevenkkk / tarui-minio-upload-action Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ckylinmc/minio-upload-action

0.0 0.0 0.0 513 KB

A simple upload action using minio client without docker to run on both Ubuntu and Windows.

Home Page: https://github.com/marketplace/actions/minio-upload-without-docker

License: MIT License

JavaScript 100.00%

tarui-minio-upload-action's Introduction

minio-upload-action

Test on Ubuntu and Windows

A simple upload action using minio javascript package without docker to run on both Linux and Windows.

Inputs

endpoint

required Your storage endpoint url.

port

Port of your storage. Default set to 443 for HTTPS, if you using other port (like 80 of HTTP) you need specific it here.

accesskey

required AccessKey of your storage.

secretkey

required SecretKey of your storage.

bucketname

required Bucket name of your storage. Must be existed one.

usessl

Use HTTPS or not, default to true.

source

required Path to file you want to upload.

dest

required Path to file where you want upload it to. Should be a file name.

Output

status

Will be "successed" or "failed"

Example

uses: ckylinmc/[email protected]
with:
  endpoint: 'some.minio.obj.com'
  accesskey: ${{secrets.MINIO_AK}}
  secretkey: ${{secrets.MINIO_SK}}
  bucketname: 'your_bucket_name'
  source: './artifact.zip'
  dest: '/cache/artifact.zip'

tarui-minio-upload-action's People

Contributors

ckylinmc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.