Type alias FilesAtPath

FilesAtPath: {
    file?: FileSchema;
    files?: FileSchema[];
    last_evaluated_key?: object;
    object_count?: number;
    paths?: string[];
    url?: string;
    urls?: string[];
}

Type declaration

  • Optional file?: FileSchema

    File info

  • Optional files?: FileSchema[]

    List of file info

  • Optional last_evaluated_key?: object
  • Optional object_count?: number
  • Optional paths?: string[]
  • Optional url?: string

    Pre-signed S3 URL

  • Optional urls?: string[]

    List of pre-signed S3 URLs