Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 5.1.9

Dependent SDK Version: Go SDK 2.2.12

Install command:

ARM: set GOPATH= set CGO_ENABLED=0 set GOOS=linux set GOARCH=arm64 go install -ldflags "-X main.AesKey=<your aes key of which the length must be 16> -X main.AesIv=<your aes iv of which the length must be 16> -X main.CloudType=dt" obsutil

Linux: set GOPATH= set CGO_ENABLED=0 set GOOS=linux set GOARCH=amd64 go install -ldflags "-X main.AesKey=<your aes key of which the length must be 16> -X main.AesIv=<your aes iv of which the length must be 16> -X main.CloudType=dt" obsutil

Windows: set GOPATH= set CGO_ENABLED=0 set GOOS=windows set GOARCH=amd64 go install -ldflags "-X main.AesKey=<your aes key of which the length must be 16> -X main.AesIv=<your aes iv of which the length must be 16> -X main.CloudType=dt" obsutil

MacOs: set GOPATH= set CGO_ENABLED=0 set GOOS=darwin set GOARCH=amd64 go install -ldflags "-X main.AesKey=<your aes key of which the length must be 16> -X main.AesIv=<your aes iv of which the length must be 16> -X main.CloudType=dt" obsutil

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages