Type Alias MoveS3FileData

MoveS3FileData: {
    destFileKey: string;
    srcFileKey: string;
    storage?: string;
    workspace: string;
}