Files
vault/vendor/github.com/aws/aws-sdk-go/aws/version.go
Jeff Mitchell 08cea6aad1 Bump deps
2017-06-16 11:14:18 -04:00

9 lines
231 B
Go

// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.8.43"