version.go 231 B

12345678
  1. // Package aws provides core functionality for making requests to AWS services.
  2. package aws
  3. // SDKName is the name of this AWS SDK
  4. const SDKName = "aws-sdk-go"
  5. // SDKVersion is the version of this SDK
  6. const SDKVersion = "1.10.4"