Type alias MoveS3FileData

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

Type declaration

  • destFileKey: string
  • srcFileKey: string
  • Optional storage?: string
  • workspace: string