Registry / cloud / upyun-go-sdk

upyun-go-sdk

JSON →
library2.1.0+incompatiblegogounverified

Go SDK for interacting with the Upyun cloud storage service.

go get github.com/upyun/go-sdk
INSTALL
IMPORT
SIG · UPYUN-GO-SDK
U
upyun-go-sdk
cloudgov2.1.0+incompatible
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

Initialize an Upyun client with bucket credentials.

package main import ( "fmt" "github.com/upyun/go-sdk/upyun" ) func main() { up := upyun.NewUpYun(&upyun.UpYunConfig{ Bucket: "your-bucket", Operator: "your-operator", Password: "your-password", }) fmt.Println(up) }
Debug
Known issues
breakingVersion 2.1.0 uses +incompatible tag, indicating major version incompatibility with Go modules.
fix
Use v2.1.0+incompatible or migrate to a newer major version if available.
affects: 2.1.0+incompatible
Upgrade
Version history
2.1.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Amazon
1
Resources
upyun-go-sdk — go get upyun-go-sdk · libregistry