9b4f24fc66
1.6.12 = c6fc52983ea2375810aa38ddb5370e9cdf611716 Signed-off-by: Justin Santa Barbara <justin@fathomdb.com>
8 lines
231 B
Go
8 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.6.12"
|