Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUploadAuth

Hierarchy

  • IUploadAuth

Index

Properties

deadline: number

Qiniu token validity period

token: string

Qiniu upload token

bosToken: string

Baidu upload token

bosDate: string

Baidu upload header Date

path: string

Baidu upload path

fileName: string

File Name for Upload: When using Alibaba Cloud to obtain the download URL, the file name used during the upload process must be consistent. Therefore, this needs to be passed to the business logic.

osskeyId: string

Alibaba Cloud OSS AccessKeyId

ossPolicy: string

Policy field in the form data of an Alibaba Cloud OSS POST request.

ossSign: string

The signature information calculated by Alibaba Cloud OSS based on the policy.

ossBucketName: string

Alibaba Cloud OSS bucket name

s3Credential: string

s3 authentication credentials, corresponding to the x-amz-credential field in POST uploads.

s3Algorithm: string

Encryption algorithm, corresponding to the x-amz-algorithm field in the POST upload request.

s3Date: string

s3 date, corresponding to the x-amz-date field in the POST upload.

s3Policy: string

s3 policy, corresponds to the post upload policy field.

s3Signature: string

s3 signature information, corresponding to the x-amz-signature field in the POST upload.

s3BucketName: string

s3 storage bucket name

stcAuthorization: string

Authorization header

stcContentSha256: string

stc xAmzContentSha256

stcDate: string

stc date

stcBucketName: string

stc Storage space name

minioAuthorization: string

minio Authorization header

minioContentSha256: string

minio xAmzContentSha256

minioDate: string

minio date

minioBucketName: string

minio storage space name

downloadAuthInfo?: IDownloadAuth

Download authentication information