Skip to content

Commit f301136

Browse files
committed
Injection of v1.3.17.0 source release of the AWSSDK for .NET
1 parent fee578c commit f301136

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

Amazon.S3/Model/PutBucketRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public PutBucketRequest WithBucketRegion(S3Region bucketRegion)
116116
/// Alternative to setting bucket region by using the region's name.
117117
/// When set, this will determine where your data will
118118
/// reside in S3.
119-
/// Valid values: us-east-1, us-west-1, eu-west-1, ap-southeast-1, ap-northeast-1
119+
/// Valid values: us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-northeast-1
120120
/// </summary>
121121
public string BucketRegionName
122122
{
@@ -131,7 +131,7 @@ public string BucketRegionName
131131
/// Alternative to setting bucket region by using the region's name.
132132
/// When set, this will determine where your data will
133133
/// reside in S3.
134-
/// Valid values: us-east-1, us-west-1, eu-west-1, ap-southeast-1, ap-northeast-1
134+
/// Valid values: us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-northeast-1
135135
/// </summary>
136136
/// <param name="bucketRegionName">The value that BucketRegionName is set to</param>
137137
/// <returns>the request with the BucketRegionName set</returns>

Amazon.S3/Model/S3Enumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ public enum S3Region
122122
/// </summary>
123123
SFO,
124124
/// <summary>
125+
/// Specifies that the S3 Bucket should use US-WEST-2 locality.
126+
/// </summary>
127+
USW2,
128+
/// <summary>
125129
/// Specifies that the S3 Bucket should use the AP-SOUTHEAST-1 locality.
126130
/// </summary>
127131
APS1,

Amazon.S3/Util/S3Constants.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ internal static class S3Constants
7474
internal static readonly string[] LocationConstraints = {"",
7575
"EU",
7676
"us-west-1",
77+
"us-west-2",
7778
"ap-southeast-1",
7879
"ap-northeast-1"};
7980

Amazon.Util/AWSSDKUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static class AWSSDKUtils
4040
{
4141
#region Internal Constants
4242

43-
internal const string SDKVersionNumber = "1.3.16.0";
43+
internal const string SDKVersionNumber = "1.3.17.0";
4444

4545
internal const string IfModifiedSinceHeader = "IfModifiedSince";
4646
internal const string IfMatchHeader = "If-Match";

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("1.3.16.0")]
57-
[assembly: AssemblyFileVersion("1.3.16.0")]
56+
[assembly: AssemblyVersion("1.3.17.0")]
57+
[assembly: AssemblyFileVersion("1.3.17.0")]
5858

5959
[assembly: System.CLSCompliant(true)]
6060
[assembly: System.Security.AllowPartiallyTrustedCallers]

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Please see http://aws.amazon.com/releasenotes/.NET/8669462312113579 for the release notes related to v1.3.16.0 source release of the AWSSDK for .NET.
1+
Please see http://aws.amazon.com/releasenotes/.NET/6404978801456006 for the release notes related to v1.3.17.0 source release of the AWSSDK for .NET.
22

0 commit comments

Comments
 (0)