mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
Implement gateway S3 support (#3940)
This commit is contained in:
committed by
Harshavardhana
parent
57c5c75611
commit
3a539ce660
@@ -39,6 +39,7 @@ const (
|
||||
globalMinioModeXL = "mode-server-xl"
|
||||
globalMinioModeDistXL = "mode-server-distributed-xl"
|
||||
globalMinioModeGatewayAzure = "mode-gateway-azure"
|
||||
globalMinioModeGatewayS3 = "mode-gateway-s3"
|
||||
// Add new global values here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user