Skip to content

Commit

Permalink
add auth info
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Mar 22, 2024
1 parent 787f164 commit 2d520db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,12 @@ upx sync ./workspace /workspace
#### 示例
当命令中包含 `--auth` 参数时,会忽略已登陆的信息。

生成 auth 字符串
```bash
upx auth mybucket user password
```

通过生成的 auth 字符串上传文件
```bash
upx --auth=auth-string put temp.file
```
Expand Down

0 comments on commit 2d520db

Please sign in to comment.