| | |
| | | public static String localtion; |
| | | public static String maxFileSize; |
| | | public static String maxRequestSize; |
| | | public static String url; |
| | | public static String access; |
| | | public static String secret; |
| | | public static String bucket; |
| | | |
| | | /** |
| | | * @param localtion the localtion to set |
| | |
| | | FileConfig.maxRequestSize = maxRequestSize; |
| | | } |
| | | |
| | | public void setUrl(String url) { |
| | | FileConfig.url = url; |
| | | } |
| | | |
| | | public void setAccess(String access) { |
| | | FileConfig.access = access; |
| | | } |
| | | |
| | | public void setSecret(String secret) { |
| | | FileConfig.secret = secret; |
| | | } |
| | | |
| | | public void setBucket(String bucket) { |
| | | FileConfig.bucket = bucket; |
| | | } |
| | | } |