VictoriaMetrics/vendor/github.com/aws/aws-sdk-go/aws/version.go
Aliaksandr Valialkin 293b541784 make vendor-update
2019-12-07 23:10:16 +02:00

9 lines
232 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.25.48"