lastModified
The creation date of the object.
@OptionalCustomCoding<HTTPHeaderDateCoder> var lastModified: Date? { get set }
The creation date of the object.
@OptionalCustomCoding<HTTPHeaderDateCoder> var lastModified: Date? { get set }
s9CloudCore2S3V25GetObjectAttributesOutputV12lastModified20FoundationEssentials4DateVSgvp
What are these?7L5ZZ
import CloudCore
struct GetObjectAttributesOutput
struct S3
Service object for interacting with AWS S3 service.
struct Date
Date
represents a single point in time.
init(checksum: Checksum? = nil, deleteMarker: Bool? = nil, eTag: String? = nil, lastModified: Date? = nil, objectParts: GetObjectAttributesParts? = nil, objectSize: Int64? = nil, requestCharged: RequestCharged? = nil, storageClass: StorageClass? = nil, versionId: String? = nil)
init(from decoder: Decoder) throws
let checksum: Checksum?
The checksum or digest of the object.
let deleteMarker: Bool?
Specifies whether the object retrieved was (true) or was not (false) a delete marker. If false, this response header does not appear in the response. This functionality is not supported for directory buckets.
let eTag: String?
An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.
let objectParts: GetObjectAttributesParts?
A collection of parts associated with a multipart upload.
let objectSize: Int64?
The size of the object in bytes.
let requestCharged: RequestCharged?
let storageClass: StorageClass?
Provides the storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects. For more information, see Storage Classes. Directory buckets - Only the S3 Express One Zone storage class is supported by directory buckets to store objects.
let versionId: String?
The version ID of the object. This functionality is not supported for directory buckets.