Registry / cloud / endpoint

endpoint

JSON →
library1.2.0gogounverified

Package endpoint intends to provide a unified storage layer for Golang.

go get go.beyondstorage.io/endpoint
INSTALL
IMPORT
SIG · ENDPOINT
E
endpoint
cloudgov1.2.0
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.

endpoint
go.beyondstorage.io/endpoint

Creates a new endpoint for S3 in us-east-1 and prints it.

package main import ( "fmt" "go.beyondstorage.io/endpoint" ) func main() { ep := endpoint.New("s3", "us-east-1") fmt.Println(ep.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
endpoint — go get endpoint · libregistry