Registry / cloud / azure-azure-sdk-for-go-sdk-storage-azblob

azure-azure-sdk-for-go-sdk-storage-azblob

JSON →
library1.6.4gogounverified

This package provides the Azure Blob Storage SDK for Go, enabling operations on blobs, containers, and storage accounts.

go get github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
INSTALL
IMPORT
SIG · AZURE-AZURE-SDK-FO
A
azure-azure-sdk-for-go-sdk-storage-azblob
cloudgov1.6.4
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.

azblob
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob

Lists all containers in an Azure Blob Storage account.

package main import ( "context" "fmt" "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" ) func main() { cred, _ := azblob.NewSharedKeyCredential("accountName", "accountKey") client, _ := azblob.NewServiceClientWithSharedKey("https://accountName.blob.core.windows.net", cred, nil) result, _ := client.ListContainersSegment(context.Background(), nil) fmt.Println(result.ContainerItems) }
Debug
Known issues
breakingBreaking changes between major versions (e.g., v0.x to v1.0) may require code updates.
fix
Refer to the migration guide when upgrading major versions.
affects: >=1.0.0
Upgrade
Version history
1.6.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
azure-azure-sdk-for-go-sdk-storage-azblob — go get azure-azure-sdk-for-go-sdk-storage-azblob · libregistry