Skip to content
Docs Try Aspire

MinioClientSettings Properties

Class Properties 5 members
MinIO client configuration
MinIO credentials (access and secret keys)
public MinioCredentials? Credentials { get; set; }
Endpoint Section titled Endpoint nullable Uri?
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; }