callback

abstract var callback: (exists: Boolean) -> Unit?

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

This callback will be passed a boolean flag indicating whether the target bucket or object exists in the S3 store.