mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
19 lines
315 B
Java
19 lines
315 B
Java
package com.ruoyi.oss.constant;
|
|
|
|
/**
|
|
* 云存储常量
|
|
*
|
|
* @author Lion Li
|
|
*/
|
|
public class CloudConstant {
|
|
|
|
/**
|
|
* 云存储配置KEY
|
|
*/
|
|
public final static String CLOUD_STORAGE_CONFIG_KEY = "sys.oss.cloudStorageService";
|
|
|
|
public final static String DEFAULT_CONTENT_TYPE = "application/octet-stream";
|
|
|
|
|
|
}
|