diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..1b44d4486 Binary files /dev/null and b/.DS_Store differ diff --git a/uploder/conf/config.yaml b/uploder/conf/config.yaml new file mode 100644 index 000000000..19c165b35 --- /dev/null +++ b/uploder/conf/config.yaml @@ -0,0 +1,22 @@ +server: + port: 9090 + domain: "http://pay.hexidongkeji.top" +storage: + storage-type: "cos" + cos: + bucket-url: "https://qy-1304437394.cos.ap-shanghai.myqcloud.com" + secret-id: "AKIDQm2LXgcR6fKtHSVSHtT9k9c3OBwhRL8h" + secret-key: "kUCj4YoyyrdGjz8CbzEF3gBTbXaP1Qcc" + domain: "https://qy-1304437394.cos.ap-shanghai.myqcloud.com" + obs: + endpoint: + access-key: + secret-key: + bucket: + domain: + oss: + endpoint: + access-key-id: + access-key-secret: + bucket: + domain: \ No newline at end of file diff --git a/uploder/uploader b/uploder/uploader new file mode 100755 index 000000000..60b5fae12 Binary files /dev/null and b/uploder/uploader differ