Setup Vultr Object Storage with AWS SDK v2 and Golang
Using Golang AWS SKD v2 with Vultr Object Storage is not quite easy and obvious. You must remember about few things. Let’s check them together.
First of all, we need modules to communicate with AWS:
go get github.com/aws/aws-sdk-go-v2
go get github....
pgrzesiecki.hashnode.dev2 min read