Skip to content

cedweber/spin-s3-go-bucket-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample Spin application which is using the s3 go wrapper to receive a list of accessible buckets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages