idea-aws
    Preparing search index...

    Interface DeleteObjectOptions

    Options for deleting an object.

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

    Properties

    Properties

    bucket: string

    The bucket from which to delete the file.

    key: string

    The complete filepath to the file to delete.