Show / Hide Table of Contents

Class AwsBlobProviderConfigurationNames

Inheritance
object
AwsBlobProviderConfigurationNames
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.Aws
Assembly: Volo.Abp.BlobStoring.Aws.dll
Syntax
public static class AwsBlobProviderConfigurationNames

Fields

AccessKeyId

Declaration
public const string AccessKeyId = "Aws.AccessKeyId"
Field Value
Type Description
string

ContainerName

Declaration
public const string ContainerName = "Aws.ContainerName"
Field Value
Type Description
string

CreateContainerIfNotExists

Declaration
public const string CreateContainerIfNotExists = "Aws.CreateContainerIfNotExists"
Field Value
Type Description
string

DurationSeconds

Declaration
public const string DurationSeconds = "Aws.DurationSeconds"
Field Value
Type Description
string

Name

Declaration
public const string Name = "Aws.Name"
Field Value
Type Description
string

Policy

Declaration
public const string Policy = "Aws.Policy"
Field Value
Type Description
string

ProfileName

Declaration
public const string ProfileName = "Aws.ProfileName"
Field Value
Type Description
string

ProfilesLocation

Declaration
public const string ProfilesLocation = "Aws.ProfilesLocation"
Field Value
Type Description
string

Region

Declaration
public const string Region = "Aws.Region"
Field Value
Type Description
string

SecretAccessKey

Declaration
public const string SecretAccessKey = "Aws.SecretAccessKey"
Field Value
Type Description
string

TemporaryCredentialsCacheKey

Declaration
public const string TemporaryCredentialsCacheKey = "Aws.TemporaryCredentialsCacheKey"
Field Value
Type Description
string

UseCredentials

Declaration
public const string UseCredentials = "Aws.UseCredentials"
Field Value
Type Description
string

UseTemporaryCredentials

Declaration
public const string UseTemporaryCredentials = "Aws.UseTemporaryCredentials"
Field Value
Type Description
string

UseTemporaryFederatedCredentials

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