exasol_bucketfs_utils_python.bucketfs_utils#

Functions

correct_path_in_bucket_for_archives(...)

create_auth_object(bucket_config)

generate_bucket_http_url(bucket_config, ...)

This function generates an HTTP[s] url for the given bucket or the path in the bucket with or without basic authentication (a template: http[s]://user:password@host:port)

generate_bucket_udf_path(bucket_config, ...)

This function generates the path where UDFs can access the content of a bucket or the given path in a bucket in their file system

generate_bucketfs_http_url(bucketfs_config)

This function generates an HTTP[s] url for the given BucketFSConfig with or without basic authentication (a template: http[s]://user:password@host:port)

generate_bucketfs_udf_path(bucketfs_config)

This function generates the path where UDFs can access the content of a BucketFS in their file system

make_path_relative(path_in_bucket)