使用支持S3协议的云存储作为文件服务器。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

15 lines
334 B

package com.fanruan.fs.s3.repository;
import com.fr.stable.fun.impl.AbstractLocaleFinder;
/**
* @author richie
* @version 10.0
* Created by richie on 2020/6/15
*/
public class S3LocaleFinder extends AbstractLocaleFinder {
@Override
public String find() {
return "com/fanruan/fs/s3/repository/locale/s3";
}
}