Spin S3 Go Wrapper - List Buckets Sample How to use? To use the sample configure your object storage in main.go: cfg := s3.Config{ Endpoint: "", AccessKey: "", SecretKey: "", Region: "", } Build the Spin app: spin build Start your Spin app: spin up Create a HTTP Request curl localhost:3000 Further Information Spin Framework Go S3 Wrapper