callback

abstract var callback: (handle: S3Object?) -> Unit?

Optional callback that will be executed on successful completion of the S3 operation.

This callback will be passed a handle on the target object if the target object exists, otherwise it will be passed a null value.