Tizen_4.0 base
[platform/upstream/docker-engine.git] / vendor / github.com / aws / aws-sdk-go / aws / version.go
1 // Package aws provides core functionality for making requests to AWS services.
2 package aws
3
4 // SDKName is the name of this AWS SDK
5 const SDKName = "aws-sdk-go"
6
7 // SDKVersion is the version of this SDK
8 const SDKVersion = "1.4.22"