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 8c43207 commit 300cf23Copy full SHA for 300cf23
src/Plugins/MinIO/MinIoStartup.cs
@@ -57,7 +57,7 @@ public async Task StartAsync(CancellationToken cancellationToken)
57
{
58
try
59
60
- await CreateBucket(client, bucket, region, cancellationToken).ConfigureAwait(false);
+ await CreateBucket(client, bucket.Trim(), region, cancellationToken).ConfigureAwait(false);
61
}
62
catch (Exception ex)
63
0 commit comments