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 0daca97 commit 7df450eCopy full SHA for 7df450e
src/ImageSharp.Web.Providers.AWS/AmazonS3ClientFactory.cs
@@ -9,6 +9,8 @@ namespace SixLabors.ImageSharp.Web;
9
10
internal static class AmazonS3ClientFactory
11
{
12
+ static AmazonS3ClientFactory() => AWSConfigs.InitializeCollections = true;
13
+
14
/// <summary>
15
/// Creates a new bucket under the specified account if a bucket
16
/// with the same name does not already exist.
0 commit comments