AWSS3Event
Objective-C
NS_ENUM(NSInteger, AWSS3Event) {
AWSS3EventUnknown,
AWSS3EventS3ReducedRedundancyLostObject,
AWSS3EventS3ObjectCreated,
AWSS3EventS3ObjectCreatedPut,
AWSS3EventS3ObjectCreatedPost,
AWSS3EventS3ObjectCreatedCopy,
AWSS3EventS3ObjectCreatedCompleteMultipartUpload,
AWSS3EventS3ObjectRemoved,
AWSS3EventS3ObjectRemovedDelete,
AWSS3EventS3ObjectRemovedDeleteMarkerCreated,
AWSS3EventS3ObjectRestore,
AWSS3EventS3ObjectRestorePost,
AWSS3EventS3ObjectRestoreCompleted,
AWSS3EventS3Replication,
AWSS3EventS3ReplicationOperationFailedReplication,
AWSS3EventS3ReplicationOperationNotTracked,
AWSS3EventS3ReplicationOperationMissedThreshold,
AWSS3EventS3ReplicationOperationReplicatedAfterThreshold,
}
Swift
enum AWSS3Event : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSS3EventUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReducedRedundancyLostObjectSwift
case s3ReducedRedundancyLostObject = 1 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectCreatedSwift
case s3ObjectCreated = 2 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectCreatedPutSwift
case s3ObjectCreatedPut = 3 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectCreatedPostSwift
case s3ObjectCreatedPost = 4 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectCreatedCopySwift
case s3ObjectCreatedCopy = 5 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectCreatedCompleteMultipartUploadSwift
case s3ObjectCreatedCompleteMultipartUpload = 6 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRemovedSwift
case s3ObjectRemoved = 7 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRemovedDeleteSwift
case s3ObjectRemovedDelete = 8 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRemovedDeleteMarkerCreatedSwift
case s3ObjectRemovedDeleteMarkerCreated = 9 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRestoreSwift
case s3ObjectRestore = 10 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRestorePostSwift
case s3ObjectRestorePost = 11 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ObjectRestoreCompletedSwift
case s3ObjectRestoreCompleted = 12 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReplicationSwift
case s3Replication = 13 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReplicationOperationFailedReplicationSwift
case s3ReplicationOperationFailedReplication = 14 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReplicationOperationNotTrackedSwift
case s3ReplicationOperationNotTracked = 15 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReplicationOperationMissedThresholdSwift
case s3ReplicationOperationMissedThreshold = 16 -
Undocumented
Declaration
Objective-C
AWSS3EventS3ReplicationOperationReplicatedAfterThresholdSwift
case s3ReplicationOperationReplicatedAfterThreshold = 17
View on GitHub
Install in Dash
AWSS3Event Enumeration Reference