mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-19 12:50:23 +00:00
1f55fb07d7
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.24 to 1.44.28. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.24...v1.44.28) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
232 B
Go
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.44.28"
|