Registry / cloud / aliyun-aliyun-oss-go-sdk

aliyun-aliyun-oss-go-sdk

JSON →
library3.0.2+incompatiblegogounverified

Package oss provides a Go SDK for Alibaba Cloud Object Storage Service (OSS).

go get github.com/aliyun/aliyun-oss-go-sdk
INSTALL
IMPORT
SIG · ALIYUN-ALIYUN-OSS-
A
aliyun-aliyun-oss-go-sdk
cloudgov3.0.2+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.

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.

Agent activity
41 hits · last 30 days
node
34
Resources
aliyun-aliyun-oss-go-sdk — go get aliyun-aliyun-oss-go-sdk · libregistry