Giter Site home page Giter Site logo

setup-ossutil's Introduction

setup-ossutil

配置 ossutil 命令行工具

Usage

See action.yml

用例:

steps:
  - uses: actions/checkout@master
  - uses: manyuanrong/[email protected]
    with:
      endpoint: "oss.aliyuncs.com"
      access-key-id: "your_key_id"
      access-key-secret: "your_key_secret"
      sts-token: "sts_token"
  - run: ossutil cp -rf test.txt oss://bucket/path

参数

  • endpoint:填写 Bucket 所在地域的域名信息,可参考访问域名和数据中心。
  • access-key-id:查看方式请参考创建 AccessKey。
  • access-key-secret:查看方式请参考创建 AccessKey。
  • sts-token:非必配项,若采用 STS 临时授权方式访问 OSS 需要配置该项,否则置空即可。stsToken 生成方式参考临时访问凭证。

详细用法参考,阿里云 ossutil 帮助文档

License

The scripts and documentation in this project are released under the MIT License

setup-ossutil's People

Contributors

manyuanrong avatar dependabot[bot] avatar dcalsky avatar techquery avatar hexianga 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.