mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Implement presigned policy
This commit is contained in:
@@ -121,9 +121,9 @@ func configureServerRPC(conf minioConfig, rpcHandler http.Handler) (*http.Server
|
||||
}
|
||||
|
||||
// Start ticket master
|
||||
func startTM(a MinioAPI) {
|
||||
func startTM(api API) {
|
||||
for {
|
||||
for op := range a.OP {
|
||||
for op := range api.OP {
|
||||
op.ProceedCh <- struct{}{}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user