You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to take this a step further and customize the URL scheme. The following currently runs into an issue as cloud_prefix is not available on the client implementations, which instead hard-code their scheme.
Currently, the guidance for accessing S3 compatible stores recommends continuing to use the S3 scheme in the path: https://cloudpathlib.drivendata.org/stable/authentication/#accessing-custom-s3-compatible-object-stores
I'd like to be able to take this a step further and customize the URL scheme. The following currently runs into an issue as
cloud_prefix
is not available on the client implementations, which instead hard-code their scheme.The idea here is to allow the schemes to be customized in a similar way to how the Path implementations work:
cloudpathlib/cloudpathlib/s3/s3path.py
Line 28 in b776bee
The text was updated successfully, but these errors were encountered: