arthurai.datasets.download.download_from_s3#

arthurai.datasets.download.download_from_s3(s3_file_address, local_file_destination)#

Downloads a file from S3 to be saved locally (and unzips if it is a zipped file)

Parameters
  • s3_file_address (Path) – Path, the full location filepath for the file in the Arthur public S3 bucket

  • local_file_destination (Path) – Path, the directory to save the file to locally

Return type

None

Returns

None