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 2391033 commit c58efc7Copy full SHA for c58efc7
Minio/Credentials/MinioEnvironmentProvider.cs
@@ -26,7 +26,7 @@ public AccessCredentials GetCredentials()
26
var accessKey = Environment.GetEnvironmentVariable("MINIO_ROOT_USER");
27
var secretKey = Environment.GetEnvironmentVariable("MINIO_ROOT_PASSWORD");
28
29
- if(string.IsNullOrEmpty(accessKey))
+ if (string.IsNullOrEmpty(accessKey))
30
accessKey = Environment.GetEnvironmentVariable("MINIO_ACCESS_KEY");
31
32
if (string.IsNullOrEmpty(secretKey))
0 commit comments