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 tag was located on the tag container.