You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/feature_flags.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ List of features or changes that are disabled by default since they are breaking
4
4
5
5
You can enable them using the `-enable-feature` flag with a comma separated list of features. They may be enabled by default in future versions.
6
6
7
-
## AWS SDK v2
7
+
## AWS SDK v1
8
8
9
-
`-enable-feature=aws-sdk-v2`
9
+
`-enable-feature=aws-sdk-v1`
10
10
11
-
Uses the v2 version of the aws sdk for go. The sdk v2 version was released in Jan 2021 and is marketed to come with large performance gains. This version offers a drastically different interface and should be compatible with sdk v2.
11
+
Uses the v1 version of the aws sdk for go for backward compatibility. By default, YACE now uses AWS SDK v2 which was released in Jan 2021 and comes with large performance gains.
0 commit comments