DirectoryDeleteParams

Directory deletion request parameters.

This is a 'complex operation' in that it happens in 2 independently configurable phases:

  1. List all objects with the target 'directory' prefix

  2. Delete only the located objects.

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

Parameters specific to the bulk object delete phase of the directory delete operation.

Link copied to clipboard
abstract override val headers: MutableHeaders

Global headers that will be applied to all phases of the operation.

Link copied to clipboard
abstract val listParams: DDListParams

Parameters specific to the object list phase of the directory delete operation.

Link copied to clipboard
abstract override val queryParams: MutableQueryParams

Global query params that will be applied to all phases of the operation.

Link copied to clipboard
abstract var region: String?