Registry / cloud / tencentyun-cos-go-sdk-v5

tencentyun-cos-go-sdk-v5

JSON →
library0.7.73gogounverified

Package cos is the official Go SDK for Tencent Cloud Object Storage (COS).

go get github.com/tencentyun/cos-go-sdk-v5
INSTALL
IMPORT
SIG · TENCENTYUN-COS-GO-
T
tencentyun-cos-go-sdk-v5
cloudgov0.7.73
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.

cos
github.com/tencentyun/cos-go-sdk-v5

Creates a COS client and retrieves bucket information.

package main import ( "context" "github.com/tencentyun/cos-go-sdk-v5" ) func main() { client := cos.NewClient(nil, nil) _, err := client.Bucket.Get(context.Background()) if err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
tencentyun-cos-go-sdk-v5 — go get tencentyun-cos-go-sdk-v5 · libregistry