We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e42150 commit 21e4365Copy full SHA for 21e4365
scripts/aws_sdk_model_override/setup.sh
@@ -11,12 +11,12 @@ rm -rf "${SDK_VENDOR_PATH}"
11
git clone --depth 1 https://github.com/aws/aws-sdk-go.git "${SDK_VENDOR_PATH}"
12
13
# Override the SDK models
14
-cp -r "${SDK_MODEL_OVERRIDE_SRC_PATH}/" "${SDK_MODEL_OVERRIDE_DST_PATH}/"
+cp -r "${SDK_MODEL_OVERRIDE_SRC_PATH}"/* "${SDK_MODEL_OVERRIDE_DST_PATH}"/.
15
16
# Generate the SDK
17
pushd "${SDK_VENDOR_PATH}"
18
make generate
19
popd
20
21
# Use the vendored version of aws-sdk-go
22
-go mod edit -replace github.com/aws/aws-sdk-go="${SDK_VENDOR_PATH}"
+go mod edit -replace github.com/aws/aws-sdk-go="${SDK_VENDOR_PATH}"
0 commit comments