4.Retrieve and Download Files
4.1 List files in a bucket
Get a list of file information from one of your buckets
4.2 Get file information
Get the file information of a file in one of your buckets
Parameters
bucket_name: The name of the bucket
object_name: The object name of the file
4.3 Download a file
Downloads the file (located using bucket_name
/object_name
from IPFS and writes it to local_filename
Parameters
bucket_name: The name of the bucket
object_name: The object name to download
local_filename: The download destination and filename
Last updated