非北京的阿里云服务器有可以用的内部上传方式吗 #4239
Unanswered
crackzhazha
asked this question in
Q&A
Replies: 1 comment 1 reply
-
没有 因为阿里云盘用的就是北京对象存储 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
根据源码可以看到在北京内的vps可以使用内部oss地址调用阿里云盘api,但是这个只能在北京区域的vps访问,有没有其他区域的链接呢?
https://github.com/alist-org/alist/blob/36cd504783962818180a648df6fe9cea57c203d9/drivers/aliyundrive_open/util.go#L139
uploadUrl = strings.ReplaceAll(uploadUrl, "https://cn-beijing-data.aliyundrive.net/", "http://ccp-bj29-bj-1592982087.oss-cn-beijing-internal.aliyuncs.com/")
Beta Was this translation helpful? Give feedback.
All reactions