Commit b5e58f23 by hutao

修改oss配置

parent 10f69867
...@@ -20,9 +20,9 @@ import java.util.Calendar; ...@@ -20,9 +20,9 @@ import java.util.Calendar;
public class OssUpload { public class OssUpload {
private static String endpoint = "https://oss-cn-shanghai.aliyuncs.com"; private static String endpoint = "https://oss-cn-shanghai.aliyuncs.com";
private static String accessKeyId = "LTAIeBliOjnD6v25"; private static String accessKeyId = "LTAI5tL1VySRnwAKhTxXfsAG";
private static String accessKeySecret = "qd6iAV7tUvumvEiXxv9IGJbSdHcnmH"; private static String accessKeySecret = "ajcWkXhbKZBDoRnQdgfQGAAlVZZXMs";
private static String bucketName = "cloud-wmy"; private static String bucketName = "fulan-edu";
private static String proxyUsername = null; //代理用户 private static String proxyUsername = null; //代理用户
private static String proxyPassword = null; //代理密码 private static String proxyPassword = null; //代理密码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment