Interface DeleteObjectOptions

Options for deleting an object.

interface DeleteObjectOptions {
    bucket: string;
    key: string;
}

Properties

Properties

bucket: string

The bucket from which to delete the file.

key: string

The complete filepath to the file to delete.