Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0fatal/laf-oss-upload
Upload your static files to laf oss.
https://github.com/0fatal/laf-oss-upload
Last synced: about 1 month ago
JSON representation
Upload your static files to laf oss.
- Host: GitHub
- URL: https://github.com/0fatal/laf-oss-upload
- Owner: 0fatal
- License: mit
- Created: 2023-07-21T03:05:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T06:55:10.000Z (over 1 year ago)
- Last Synced: 2024-12-13T06:08:24.604Z (about 1 month ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laf OSS Upload
Upload your static files to laf oss.## Example
```yaml
steps:
- uses: actions/checkout@master
- name: Laf OSS Upload
uses: 0fatal/laf-oss-upload@main
with:
endpoint: "https://oss.laf.run"
region: "cn-hz"
access-key-id: ${{ secrets.OSS_ID }}
access-key-secret: ${{ secrets.OSS_SECRET }}
bucket: "your_bucket"
target-dir: "dist"
remote-dir: ""
clear-before-upload: true
```## More
1. see [action.yml](./action.yml)
2. https://doc.laf.run/guide/oss/use-sts-in-client.html