1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-19 00:43:33 +00:00
Files
rclone/vendor/github.com/aws/aws-sdk-go/aws/version.go
2019-11-14 21:51:34 +00: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.31"