@valon-technologies/gestalt
    Preparing search index...

    Interface CopyObjectRequest

    CopyObjectRequest copies one object to another location.

    interface CopyObjectRequest {
        source?: S3ObjectRef;
        destination?: S3ObjectRef;
        ifMatch: string;
        ifNoneMatch: string;
    }
    Index

    Properties

    source?: S3ObjectRef
    destination?: S3ObjectRef
    ifMatch: string
    ifNoneMatch: string