exasol_bucketfs_utils_python.upload#

Functions

upload_file_to_bucketfs(bucket_config, ...)

This function uploads a file to the specified path in a bucket of the BucketFS.

upload_fileobj_to_bucketfs(bucket_config, ...)

This function uploads a file object to the specified path in a bucket of the BucketFS.

upload_object_to_bucketfs_via_joblib(object, ...)

This function serializes a python object with joblib.dump and uploads it to the specified path in a bucket of the BucketFS.

upload_string_to_bucketfs(bucket_config, ...)

This function uploads a string to the specified path in a bucket of the BucketFS.