mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-21 19:03:14 +00:00
9 lines
230 B
Go
9 lines
230 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.0.8"
|