Class AwsBlobProviderConfiguration
Inheritance
object
AwsBlobProviderConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.BlobStoring.Aws.dll
Syntax
public class AwsBlobProviderConfiguration
Constructors
AwsBlobProviderConfiguration(BlobContainerConfiguration)
Declaration
public AwsBlobProviderConfiguration(BlobContainerConfiguration containerConfiguration)
Parameters
Properties
AccessKeyId
Declaration
public string AccessKeyId { get; set; }
Property Value
ContainerName
Declaration
public string ContainerName { get; set; }
Property Value
CreateContainerIfNotExists
Declaration
public bool CreateContainerIfNotExists { get; set; }
Property Value
DurationSeconds
Declaration
public int DurationSeconds { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Policy
Declaration
public string Policy { get; set; }
Property Value
ProfileName
Declaration
public string ProfileName { get; set; }
Property Value
ProfilesLocation
Declaration
public string ProfilesLocation { get; set; }
Property Value
Region
Declaration
public string Region { get; set; }
Property Value
SecretAccessKey
Declaration
public string SecretAccessKey { get; set; }
Property Value
TemporaryCredentialsCacheKey
Declaration
public string TemporaryCredentialsCacheKey { get; set; }
Property Value
UseCredentials
Declaration
public bool UseCredentials { get; set; }
Property Value
UseTemporaryCredentials
Declaration
public bool UseTemporaryCredentials { get; set; }
Property Value
UseTemporaryFederatedCredentials
Declaration
public bool UseTemporaryFederatedCredentials { get; set; }
Property Value
Extension Methods