Show / Hide Table of Contents

Class MinioBlobProviderConfigurationNames

Inheritance
object
MinioBlobProviderConfigurationNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring.Minio
Assembly: Volo.Abp.BlobStoring.Minio.dll
Syntax
public static class MinioBlobProviderConfigurationNames

Fields

AccessKey

Declaration
public const string AccessKey = "Minio.AccessKey"
Field Value
Type Description
string

BucketName

Declaration
public const string BucketName = "Minio.BucketName"
Field Value
Type Description
string

CreateBucketIfNotExists

Declaration
public const string CreateBucketIfNotExists = "Minio.CreateBucketIfNotExists"
Field Value
Type Description
string

EndPoint

Declaration
public const string EndPoint = "Minio.EndPoint"
Field Value
Type Description
string

SecretKey

Declaration
public const string SecretKey = "Minio.SecretKey"
Field Value
Type Description
string

WithSSL

Declaration
public const string WithSSL = "Minio.WithSSL"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform