Class AliyunBlobNamingNormalizer
Inheritance
System.Object
AliyunBlobNamingNormalizer
Namespace: Volo.Abp.BlobStoring.Aliyun
Assembly: Volo.Abp.BlobStoring.Aliyun.dll
Syntax
public class AliyunBlobNamingNormalizer : object, IBlobNamingNormalizer, ITransientDependency
Methods
NormalizeBlobName(String)
Declaration
public virtual string NormalizeBlobName(string blobName)
Parameters
Type | Name | Description |
---|---|---|
System.String | blobName |
Returns
Type | Description |
---|---|
System.String |
NormalizeContainerName(String)
Container names can contain only letters, numbers, and the dash (-) character they can't start or end with the dash (-) character Container names must be from 3 through 63 characters long
Declaration
public virtual string NormalizeContainerName(string containerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | containerName |
Returns
Type | Description |
---|---|
System.String |
Implements
ITransientDependency