mirror of
https://github.com/minio/minio.git
synced 2025-11-23 11:07:50 -05:00
api: Do not use sqs for ListenBucketNotification. (#3023)
Add more tests. Fixes #3024
This commit is contained in:
@@ -26,7 +26,6 @@ type statusType string
|
||||
|
||||
const (
|
||||
runningStatus statusType = "Running"
|
||||
readyStatus statusType = "Ready"
|
||||
blockedStatus statusType = "Blocked"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user