Get files
Download files from an S3 bucket to disk
The following function can be used to download a file in an S3 bucket to disk
When calling the function you need to pass
key
- the key ("filepath") of the file you want to get from the S3 bucketfilepath
- the path on disk where you want to save the filebucket
- the name of the bucket
Last updated
Was this helpful?