[server] Limit copying max 100 files in single req

This commit is contained in:
Neeraj Gupta
2024-04-20 12:54:27 +05:30
parent cbdd116cea
commit d0621eea3e
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ import (
"time"
)
const ()
type FileCopyController struct {
S3Config *s3config.S3Config
FileController *controller.FileController