Commit c0f2d023 authored by fangxinjiang's avatar fangxinjiang

OSS调整

parent c515d715
...@@ -38,8 +38,8 @@ public class OSSUtil { ...@@ -38,8 +38,8 @@ public class OSSUtil {
private String endpoint = "http://oss-cn-beijing.aliyuncs.com"; private String endpoint = "http://oss-cn-beijing.aliyuncs.com";
private String openEndpoint = "http://oss-cn-hangzhou.aliyuncs.com"; private String openEndpoint = "http://oss-cn-hangzhou.aliyuncs.com";
// 阿里云主账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM账号进行API访问或日常运维,请登录 https://ram.console.aliyun.com 创建RAM账号。 // 阿里云主账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM账号进行API访问或日常运维,请登录 https://ram.console.aliyun.com 创建RAM账号。
private String accessKeyId = "LTAIDh9goA3jgpun"; private String accessKeyId = "LTAI5tKj5iykCddHgTEZATmW";
private String accessKeySecret = "eN8EHPAZxglNfcUCMhAT02cy93omLa"; private String accessKeySecret = "CM8L6DbliEOOpiTOaPJa3o4JiMpAc3";
//存储空间名称 //存储空间名称
private String bucketName = "yf-hr-static-source"; private String bucketName = "yf-hr-static-source";
......
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