chore(oss): 更新阿里云OSS访问密钥配置
- 替换ACCESS_KEY_ID为新的访问密钥ID
- 替换ACCESS_KEY_SECRET为新的访问密钥密文
- 确保OSS服务连接安全性
| | |
| | | public class OssUtils { |
| | | |
| | | public static String END_POINT = "img-1283768017073373.oss-cn-heyuan.oss-accesspoint.aliyuncs.com"; |
| | | public static String ACCESS_KEY_ID = "LTAI5tCH5Ld2n72QmF1A2zXm"; |
| | | public static String ACCESS_KEY_SECRET = "RNIf3J90mV1WdbgraesLusjF7TRRb9"; |
| | | public static String ACCESS_KEY_ID = "LTAI5tJdwRA8VukNC1Ngay2D"; |
| | | public static String ACCESS_KEY_SECRET = "QjKETu9WzVJQ7D16Vj8oT4euWfuMTX"; |
| | | public static String bucket_name = "yinheshujie"; |
| | | |
| | | public static boolean uploadFileWithBase64(String base64, String pathName) { |