MultipartUploadConfig class Null safety

MultipartUploadConfig defines the information that woulld be used to upload the file

Constructors

MultipartUploadConfig({required File file, required String url, required AwsCredentialsConfig credentailsConfig, String versionId = '', List<List> etagsLists = const [], bool resumeMultipart = false})

Properties

credentailsConfig AwsCredentialsConfig
read / write
etagsLists List<List>
This would contain the parts of the multipart uploads that have been completed If it is empty, the file does not have any of its parts uploaded.
read / write
file File
The file to be uploaded. Instance of File
read / write
hashCode int
The hash code for this object.
read-onlyinherited
resumeMultipart bool
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
url String
The url of the file in the bucket
read / write
versionId String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited