Provide key
/object_name
/blob
attribute in CloudPath
#300
Labels
enhancement 🚀
New feature or request
key
/object_name
/blob
attribute in CloudPath
#300
Suppose I have a remote path as follows:
I'd like a way to get a
UPath
object that represents the location in the bucket, e.g.I'd like to avoid my present workaround of
"/".join(gcs_path.parts[1:])
since it's not immediately clear what this code is doing.Possibly related to #170
The text was updated successfully, but these errors were encountered: