mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
UI: implement SetAuth/GenerateAuth handlers for changing credentials.
This commit is contained in:
@@ -35,12 +35,6 @@ type webAPI struct {
|
||||
FSPath string
|
||||
// Minio client instance.
|
||||
Client *minio.Client
|
||||
|
||||
// private params.
|
||||
apiAddress string // api destination address.
|
||||
// credential kept to be used internally.
|
||||
accessKeyID string
|
||||
secretAccessKey string
|
||||
}
|
||||
|
||||
// indexHandler - Handler to serve index.html
|
||||
|
||||
Reference in New Issue
Block a user