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.fixUse 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.