Interface CopyObjectOptions

Options for copying an object.

interface CopyObjectOptions {
    bucket: string;
    copySource: string;
    key: string;
}

Properties

Properties

bucket: string

The bucket in which to copy the file.

copySource: string

The source path (complete with the bucket name).

key: string

The complete filepath of the bucket in which to copy the file.