mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-28 01:00:22 +00:00
78cb7af46f
Signed-off-by: Niels de Vos <ndevos@redhat.com>
9 lines
231 B
Go
9 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.38.8"
|