Registry / cloud / jpillora-s3

jpillora-s3

JSON →
library1.1.4gogounverified

A simple S3 client for Go.

go get github.com/jpillora/s3
INSTALL
IMPORT
SIG · JPILLORA-S3
J
jpillora-s3
cloudgov1.1.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.

s3
github.com/jpillora/s3

Lists S3 buckets using the client.

package main import ( "fmt" "github.com/jpillora/s3" ) func main() { client := s3.New("access-key", "secret-key", "region") fmt.Println(client.ListBuckets()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
jpillora-s3 — go get jpillora-s3 · libregistry