We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In OSS, we didn't use an address like oss://bucket/path like in S3 or hdfs. Instead, endpoints are always required for an OSS address.
oss://bucket/path
Currently, the ossfs can only recognize an address like http://oss-cn-hangzhou.aliyuncs.com/mybucket/myobj, while the input might be oss://bucket/path
http://oss-cn-hangzhou.aliyuncs.com/mybucket/myobj
The text was updated successfully, but these errors were encountered:
Make address format compatible with other fs.
6b48396
fix #4
Oss also supports the address in the form of mybucket.oss-cn-hangzhou.aliyuncs.com/myobj, we should adapt it.
mybucket.oss-cn-hangzhou.aliyuncs.com/myobj
Sorry, something went wrong.
8592d6b
Successfully merging a pull request may close this issue.
In OSS, we didn't use an address like
oss://bucket/path
like in S3 or hdfs.Instead, endpoints are always required for an OSS address.
Currently, the ossfs can only recognize an address like
http://oss-cn-hangzhou.aliyuncs.com/mybucket/myobj
, while the input might beoss://bucket/path
The text was updated successfully, but these errors were encountered: