Skip to content

Commit 7df450e

Browse files
committed
This is to Match v3 behavior
1 parent 0daca97 commit 7df450e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ImageSharp.Web.Providers.AWS/AmazonS3ClientFactory.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ namespace SixLabors.ImageSharp.Web;
99

1010
internal static class AmazonS3ClientFactory
1111
{
12+
static AmazonS3ClientFactory() => AWSConfigs.InitializeCollections = true;
13+
1214
/// <summary>
1315
/// Creates a new bucket under the specified account if a bucket
1416
/// with the same name does not already exist.

0 commit comments

Comments
 (0)