exasol_bucketfs_utils_python.download#

Functions

download_from_bucketfs_to_file(...)

Download a file from the specified path in the bucket in the BucketFs and save as a local file.

download_from_bucketfs_to_fileobj(...)

Download a file from the specified path in the BucketFs into a given file object <https://docs.python.org/3/glossary.html#term-file-object>`_

download_from_bucketfs_to_string(...)

Download a file from the specified path in the bucket in the BucketFs into a string

download_object_from_bucketfs_via_joblib(...)

Download a file from the specified path in the bucket in the BucketFs and deserialize it via joblib.load