amazon-aws example
*** UNDER CONSTRUCTION - CHECK BACK SOON ***
Interacting with amazon's
aws
using
aws-sdk-go
client libraries.
Documentation and reference,
GitHub Webpage
OVERVIEW
The aws
SDK for Go provides APIs and utilities that developers can use
to build Go applications that use aws
services.
GO GET
get,
go get -u github.com/aws/aws-sdk-go/...
And import them in your go code,
import "github.com/aws/aws-sdk-go/service/s3"
CREDENTIALS
Open IAM console
goto user, open the security credentials tab, and then
choose create access key.