mirror of
https://github.com/PlayEdu/PlayEdu
synced 2026-02-25 16:36:21 +08:00
移除Minio的pre-sign-url的限流
This commit is contained in:
@@ -30,6 +30,13 @@ public class BackendConstant {
|
||||
}
|
||||
};
|
||||
|
||||
public static final List<String> API_LIMIT_WHITELIST =
|
||||
new ArrayList<>() {
|
||||
{
|
||||
add("/backend/v1/upload/minio/pre-sign-url");
|
||||
}
|
||||
};
|
||||
|
||||
public static final String RESOURCE_TYPE_VIDEO = "VIDEO";
|
||||
public static final String RESOURCE_TYPE_IMAGE = "IMAGE";
|
||||
public static final String RESOURCE_TYPE_PDF = "PDF";
|
||||
|
||||
Reference in New Issue
Block a user