exasol / bucketfs-python

BucketFS utilities for the Python programming language
https://exasol.github.io/bucketfs-python
MIT License
1 stars 1 forks source link

✨ Add extra features to new BucketFs API #42

Closed Nicoretti closed 4 months ago

Nicoretti commented 1 year ago

Summary

Add missing extra features to new BucketFs API to match needs of UDF use cases

Details

Location / BucketFsLocation

Implement a location "type" which provides to ability to operate on a subpath within a bucket. Ask @tkilias for more details.

UDF path

Provide api to deduce the bucketfs path within a UDF.

Task(s)

Nicoretti commented 11 months ago

Moved "CredentialsProvider" into it's own issue (see https://github.com/exasol/bucketfs-python/issues/75)

tkilias commented 4 months ago

Done in https://github.com/exasol/bucketfs-python/issues/114