| | |
| | | public class OssUtils { |
| | | |
| | | private static String END_POINT = "https://oss-cn-hangzhou.aliyuncs.com"; |
| | | private static String ACCESS_KEY_ID = "LTAI5tCZ5MZT3372gGq4oC62"; |
| | | private static String ACCESS_KEY_SECRET = "IJkBOYotXQrfrv73PyN6OGHg5NNya9"; |
| | | private static String ACCESS_KEY_ID = "LTAI5tCH5Ld2n72QmF1A2zXm"; |
| | | private static String ACCESS_KEY_SECRET = "RNIf3J90mV1WdbgraesLusjF7TRRb9"; |
| | | private static String bucket_name = "https://excoin.oss-cn-hangzhou.aliyuncs.com"; |
| | | |
| | | public static boolean uploadFileWithBase64(String base64, String pathName) { |