| | |
| | | public class OssUploadUtil { |
| | | //OSS图片访问域名 |
| | | public static String oss_domain = "https://newok.oss-cn-shenzhen.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI5tLPQCnW4CWk9hd1uxSM"; |
| | | public static String accessKeySecret = "Efm7ZgHQ0136Dyf8a7KxnmfQtchEt7"; |
| | | public static String bucketName="newok"; |
| | | public static String accessKeyId = "111"; |
| | | public static String accessKeySecret = "111"; |
| | | public static String bucketName="111"; |
| | | public static String endpoint = "oss-cn-shenzhen.aliyuncs.com"; |
| | | |
| | | public static OSSClient ossClient = new OSSClient(endpoint, accessKeyId,accessKeySecret); |