Registry /
cloud / aliyun-aliyun-oss-go-sdk
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.
oss
✓ github.com/aliyun/aliyun-oss-go-sdk
Initialize OSS client
package main
import (
"fmt"
"github.com/aliyun/aliyun-oss-go-sdk/oss"
)
func main() {
client, err := oss.New("endpoint", "accessKeyId", "accessKeySecret")
if err != nil {
fmt.Println("Error:", err)
return
}
fmt.Println("Client created:", client)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
3.0.2+incompatiblelatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.