version.go 150 B

1234567
  1. package aws
  2. // SDKName is the name of this KS3 SDK
  3. const SDKName = "ks3-sdk-go"
  4. // SDKVersion is the version of this SDK
  5. const SDKVersion = "1.8.1"