Instance Propertyswift-cloud 0.24.0CloudCore
checksumAlgorithm
The algorithm that was used to create a checksum of the object.
let checksumAlgorithm: ChecksumAlgorithm?
The algorithm that was used to create a checksum of the object.
let checksumAlgorithm: ChecksumAlgorithm?
s9CloudCore2S3V15MultipartUploadV17checksumAlgorithmAC08ChecksumG0OSgvp
What are these?1KLLS
import CloudCore
struct MultipartUpload
struct S3
Service object for interacting with AWS S3 service.
enum ChecksumAlgorithm
init(checksumAlgorithm: ChecksumAlgorithm? = nil, initiated: Date? = nil, initiator: Initiator? = nil, key: String? = nil, owner: Owner? = nil, storageClass: StorageClass? = nil, uploadId: String? = nil)
init(from decoder: any Decoder) throws
let initiated: Date?
Date and time at which the multipart upload was initiated.
let initiator: Initiator?
Identifies who initiated the multipart upload.
let key: String?
Key of the object for which the multipart upload was initiated.
let owner: Owner?
Specifies the owner of the object that is part of the multipart upload. Directory buckets - The bucket owner is returned as the object owner for all the objects.
let storageClass: StorageClass?
The class of storage used to store the object. Directory buckets - Only the S3 Express One Zone storage class is supported by directory buckets to store objects.
let uploadId: String?
Upload ID that identifies the multipart upload.