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.