@@ -423,7 +423,7 @@ public static bool DisableLegacyPersistenceStore
423
423
/// - Configuration file: auth_scheme_preference
424
424
/// </para>
425
425
/// </summary>
426
- public static AuthSchemePreference AuthSchemePreference
426
+ public static string AuthSchemePreference
427
427
{
428
428
get { return _rootConfig . AuthSchemePreference ; }
429
429
set { _rootConfig . AuthSchemePreference = value ; }
@@ -434,10 +434,10 @@ public static AuthSchemePreference AuthSchemePreference
434
434
#region SigV4a Region Set Configuration
435
435
436
436
/// <summary>
437
- /// Key for the SigV4aRegionSetConfiguration property.
438
- /// <seealso cref="Amazon.AWSConfigs.SigV4aRegionSetConfiguration "/>
437
+ /// Key for the SigV4aSigningRegionSet property.
438
+ /// <seealso cref="Amazon.AWSConfigs.SigV4aSigningRegionSet "/>
439
439
/// </summary>
440
- public const string SigV4aRegionSetConfigurationKey = "AWSSigV4aRegionSet" ;
440
+ public const string SigV4aSigningRegionSetKey = "AWSSigV4aRegionSet" ;
441
441
442
442
/// <summary>
443
443
/// Gets or sets the global SigV4a signing region set configuration for all AWS service clients.
@@ -452,10 +452,10 @@ public static AuthSchemePreference AuthSchemePreference
452
452
/// - Configuration file: sigv4a_signing_region_set
453
453
/// </para>
454
454
/// </summary>
455
- public static SigV4aRegionSetConfiguration SigV4aRegionSetConfiguration
455
+ public static string SigV4aSigningRegionSet
456
456
{
457
- get { return _rootConfig . SigV4aRegionSetConfiguration ; }
458
- set { _rootConfig . SigV4aRegionSetConfiguration = value ; }
457
+ get { return _rootConfig . SigV4aSigningRegionSet ; }
458
+ set { _rootConfig . SigV4aSigningRegionSet = value ; }
459
459
}
460
460
461
461
#endregion
0 commit comments