I have a question about OSS python SDK. Does a directory exists, and if so, how can I represent the directory?
path_exist = bucket.object_e xists('release/plugins/')
I wrote the code above, but the returned result states that it does not exist.
path_exist = bucket.object_e xists('release/plugins/')
I wrote the code above, but the returned result states that it does not exist.
Comment