We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c176ac commit 85d84f7Copy full SHA for 85d84f7
tests/ImageSharp.Web.Tests/TestUtilities/TestConstants.cs
@@ -8,7 +8,7 @@ public static class TestConstants
8
public const string AzureConnectionString = "UseDevelopmentStorage=true";
9
public const string AzureContainerName = "azure";
10
public const string AzureCacheContainerName = "is-cache";
11
- public const string AWSEndpoint = "http://127.0.0.1:10003/";
+ public const string AWSEndpoint = "http://localhost:10003/";
12
public const string AWSRegion = "eu-west-2";
13
public const string AWSBucketName = "aws";
14
public const string AWSCacheBucketName = "aws-cache";
0 commit comments