| | |
| | | |
| | | public class OssUploadUtil { |
| | | //OSS图片访问域名 |
| | | public static String oss_domain = "https://fuban.oss-cn-chengdu.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI5tLz3gjFn53JyYopYoSU"; |
| | | public static String accessKeySecret = "XR1Nk7gkgpM0bsxmXcHlpQYt9VAXCE"; |
| | | public static String bucketName="fuban"; |
| | | public static String endpoint = "oss-cn-chengdu.aliyuncs.com"; |
| | | public static String oss_domain = "http://bao-weiqing.oss-cn-hangzhou.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI5tR4whv88Y5CUucCJEu6"; |
| | | public static String accessKeySecret = "2fObO6LE6U2OzrUfXw9YBlQWHohFvg"; |
| | | public static String bucketName="bao-weiqing"; |
| | | public static String endpoint = "oss-cn-hangzhou.aliyuncs.com"; |
| | | |
| | | public static OSSClient ossClient = new OSSClient(endpoint, accessKeyId,accessKeySecret); |
| | | |