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: extensions/amazon-services/common/runtime/src/main/java/io/quarkus/amazon/common/runtime/AwsCredentialsProviderConfig.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -45,28 +45,28 @@ public class AwsCredentialsProviderConfig {
Copy file name to clipboardExpand all lines: extensions/amazon-services/common/runtime/src/main/java/io/quarkus/amazon/common/runtime/SyncHttpClientConfig.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ public class SyncHttpClientConfig {
25
25
publicDurationsocketTimeout;
26
26
27
27
/**
28
-
* Amazon Services - Apache HTTP client specific configuration
Copy file name to clipboardExpand all lines: extensions/amazon-services/dynamodb/runtime/src/main/java/io/quarkus/amazon/dynamodb/runtime/DynamodbBuildTimeConfig.java
Copy file name to clipboardExpand all lines: extensions/amazon-services/dynamodb/runtime/src/main/java/io/quarkus/amazon/dynamodb/runtime/DynamodbConfig.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,28 @@ public class DynamodbConfig {
19
19
publicbooleanenableEndpointDiscovery;
20
20
21
21
/**
22
-
* SDK client configurations for AWS dynamodb client
22
+
* AWS SDK client configurations
23
23
*/
24
24
@ConfigItem(name = ConfigItem.PARENT)
25
+
@ConfigDocSection
25
26
publicSdkConfigsdk;
26
27
27
28
/**
28
-
* AWS service configuration for DynamoDb client
29
+
* AWS services configurations
29
30
*/
30
31
@ConfigItem(name = ConfigItem.PARENT)
31
32
@ConfigDocSection
32
33
publicAwsConfigaws;
33
34
34
35
/**
35
-
* Sync HTTP transport configuration for Amazon dynamodb client
36
+
* Sync HTTP transport configurations
36
37
*/
37
38
@ConfigItem
38
39
@ConfigDocSection
39
40
publicSyncHttpClientConfigsyncClient;
40
41
41
42
/**
42
-
* Netty HTTP transport configuration for Amazon dynamodb client
0 commit comments