DeleteParams

Generalized delete operation parameters.

This type can be configured in the context of a method that provides the S3 type specific fields, then converted to the actual required type upon method execution.

Author

Elizabeth Paige Harper https://github.com/Foxcapades

Since

v0.1.0

Properties

Link copied to clipboard
abstract var callback: () -> Unit?

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

Link copied to clipboard
abstract val headers: MutableHeaders

Additional/custom headers to send with the S3 operation request.

Link copied to clipboard

Additional/custom query parameters to send with the S3 operation request.

Link copied to clipboard
abstract var region: String?