You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // 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.25"
|