初步实现对象存储源站

This commit is contained in:
GoEdgeLab
2023-06-07 17:24:56 +08:00
parent 24db40540b
commit 7e6e2b6889
19 changed files with 587 additions and 255 deletions

View File

@@ -1,6 +1,7 @@
Tea.context(function () {
this.addr = ""
this.protocol = ""
this.isOSS = false
this.addrError = ""
@@ -15,6 +16,8 @@ Tea.context(function () {
}
this.changeProtocol = function () {
this.isOSS = this.protocol.startsWith("oss:")
this.checkPort()
}