Registry / cloud / upyun-go-sdk-v3

upyun-go-sdk-v3

JSON →
library3.0.4gogounverified

Official Go SDK for interacting with Upyun cloud storage services.

go get github.com/upyun/go-sdk/v3
INSTALL
IMPORT
SIG · UPYUN-GO-SDK-V3
U
upyun-go-sdk-v3
cloudgov3.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

upyun
github.com/upyun/go-sdk/v3

Initializes an Upyun client and retrieves bucket usage.

package main import ( "fmt" "github.com/upyun/go-sdk/v3" ) func main() { client := upyun.NewUpYun(&upyun.UpYunConfig{ Bucket: "my-bucket", Operator: "operator", Password: "password", }) fmt.Println(client.Usage()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources
upyun-go-sdk-v3 — go get upyun-go-sdk-v3 · libregistry