rclone/vendor/github.com/aws/aws-sdk-go/aws/version.go
2020-02-26 21:26:46 +00:00

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.29.9"