forked from TrueCloudLab/distribution
e1464fd317
Fixes https://github.com/docker/distribution/issues/3097 Signed-off-by: Yong Wen Chua <lawliet89@users.noreply.github.com>
8 lines
231 B
Go
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.34.9"
|