Skip to content

Commit 1a4150c

Browse files
committedNov 28, 2023
Merge customizations for service s3
1 parent c9fa804 commit 1a4150c

File tree

888 files changed

+70524
-25335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

888 files changed

+70524
-25335
lines changed
 

‎.cspell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
// Aws common runtime API
6262
"Mtls",
6363
// Opentelemetry
64-
"Otel", "opentelemetry", "nostd", "OPTEL", "tparam"
64+
"Otel", "opentelemetry", "nostd", "OPTEL", "tparam","OTLP"
6565
],
6666
"ignoreWords": [
6767
// variables defined in ConcurrentStreamBuf

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Release
1010
*#
1111
*.iml
1212
tags
13+
.vscode
1314

1415
# CI Artifacts
1516
BuildSpec.json

0 commit comments

Comments
 (0)
Please sign in to comment.