Skip to content
DocsTry Aspire
DocsTry

MinioClientSettings Properties

ClassProperties5 members
MinIO client configuration
MinIO credentials (access and secret keys)
public MinioCredentials? Credentials { get; set; }
EndpointSection titled EndpointnullableUri?
Endpoint URL
public Uri? Endpoint { get; set; }
Turn on tracing. Isn't aspire tracing compatible yet. MinioClient.SetTraceOn
public bool SetTraceOn { get; set; }
Sets app version and name. Used for constructing User-Agent header in all HTTP requests
public HeaderAppInformation? UserAgentHeaderInfo { get; set; }
Use ssl connection
public bool UseSsl { get; set; }