diff --git a/portal-ui/k8s/mime.types b/portal-ui/k8s/mime.types deleted file mode 100644 index d83ecf1e1..000000000 --- a/portal-ui/k8s/mime.types +++ /dev/null @@ -1,87 +0,0 @@ - -types { - text/html html htm shtml; - text/css css; - text/xml xml; - image/gif gif; - image/jpeg jpeg jpg; - application/x-javascript js; - application/atom+xml atom; - application/rss+xml rss; - - text/mathml mml; - text/plain txt; - text/vnd.sun.j2me.app-descriptor jad; - text/vnd.wap.wml wml; - text/x-component htc; - - image/png png; - image/tiff tif tiff; - image/vnd.wap.wbmp wbmp; - image/x-icon ico; - image/x-jng jng; - image/x-ms-bmp bmp; - image/svg+xml svg svgz; - image/webp webp; - - application/vnd.openxmlformats-officedocument.wordprocessingml.document docx; - application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx; - application/vnd.openxmlformats-officedocument.presentationml.presentation pptx; - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx; - - application/java-archive jar war ear; - application/mac-binhex40 hqx; - application/msword doc; - application/pdf pdf; - application/postscript ps eps ai; - application/rtf rtf; - application/vnd.ms-excel xls; - application/vnd.ms-powerpoint ppt; - application/vnd.wap.wmlc wmlc; - application/vnd.google-earth.kml+xml kml; - application/vnd.google-earth.kmz kmz; - application/x-7z-compressed 7z; - application/x-cocoa cco; - application/x-java-archive-diff jardiff; - application/x-java-jnlp-file jnlp; - application/x-makeself run; - application/x-perl pl pm; - application/x-pilot prc pdb; - application/x-rar-compressed rar; - application/x-redhat-package-manager rpm; - application/x-sea sea; - application/x-shockwave-flash swf; - application/x-stuffit sit; - application/x-tcl tcl tk; - application/x-x509-ca-cert der pem crt; - application/x-xpinstall xpi; - application/xhtml+xml xhtml; - application/zip zip; - - application/octet-stream bin exe dll; - application/octet-stream deb; - application/octet-stream dmg; - application/octet-stream eot; - application/octet-stream iso img; - application/octet-stream msi msp msm; - - audio/midi mid midi kar; - audio/mpeg mp3; - audio/ogg ogg; - audio/x-realaudio ra; - audio/x-m4a m4a; - - video/3gpp 3gpp 3gp; - video/mpeg mpeg mpg; - video/quicktime mov; - video/x-flv flv; - video/x-mng mng; - video/x-ms-asf asx asf; - video/x-ms-wmv wmv; - video/x-msvideo avi; - - video/mp4 mp4; - video/webm webm; - video/x-m4v m4v; - -} \ No newline at end of file diff --git a/portal-ui/k8s/nginx.conf b/portal-ui/k8s/nginx.conf deleted file mode 100644 index 954cc22c6..000000000 --- a/portal-ui/k8s/nginx.conf +++ /dev/null @@ -1,27 +0,0 @@ -user nginx; -worker_processes auto; -error_log /dev/stdout debug; -pid /var/run/nginx.pid; - -events { - worker_connections 1024; -} - -http { - include mime.types; - log_format main '$http_host - $remote_addr - $remote_user [$time_local] "$request" ' - '$status $body_bytes_sent "$http_referer" ' - '"$http_user_agent" "$http_x_forwarded_for"'; - server { - listen 80 default_server; - listen [::]:80 default_server; - - root /usr/share/nginx/html/; - - index index.html; - - location / { - try_files $uri /index.html; - } - } -} diff --git a/portal-ui/src/Routes.tsx b/portal-ui/src/Routes.tsx index 6d99956ce..fb4393fe9 100644 --- a/portal-ui/src/Routes.tsx +++ b/portal-ui/src/Routes.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/actions.ts b/portal-ui/src/actions.ts index e89c14cfb..f35370d2b 100644 --- a/portal-ui/src/actions.ts +++ b/portal-ui/src/actions.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/common/MinTablePaginationActions.tsx b/portal-ui/src/common/MinTablePaginationActions.tsx index 820cc6262..d0cd30a3b 100644 --- a/portal-ui/src/common/MinTablePaginationActions.tsx +++ b/portal-ui/src/common/MinTablePaginationActions.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/common/api/index.ts b/portal-ui/src/common/api/index.ts index 7cdce6821..59e2c9e05 100644 --- a/portal-ui/src/common/api/index.ts +++ b/portal-ui/src/common/api/index.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/BucketsIcon.tsx b/portal-ui/src/icons/BucketsIcon.tsx index 57f84e72a..933fd7e95 100644 --- a/portal-ui/src/icons/BucketsIcon.tsx +++ b/portal-ui/src/icons/BucketsIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/CreateIcon.tsx b/portal-ui/src/icons/CreateIcon.tsx index 8c64a28ee..0a7f98b5c 100644 --- a/portal-ui/src/icons/CreateIcon.tsx +++ b/portal-ui/src/icons/CreateIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/DashboardIcon.tsx b/portal-ui/src/icons/DashboardIcon.tsx index 0c9b706b8..2aff25132 100644 --- a/portal-ui/src/icons/DashboardIcon.tsx +++ b/portal-ui/src/icons/DashboardIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/DeleteIcon.tsx b/portal-ui/src/icons/DeleteIcon.tsx index acec2bf17..3a6e172a9 100644 --- a/portal-ui/src/icons/DeleteIcon.tsx +++ b/portal-ui/src/icons/DeleteIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/PermissionIcon.tsx b/portal-ui/src/icons/PermissionIcon.tsx index 3498e61bf..4ccea5d41 100644 --- a/portal-ui/src/icons/PermissionIcon.tsx +++ b/portal-ui/src/icons/PermissionIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/ServiceAccountIcon.tsx b/portal-ui/src/icons/ServiceAccountIcon.tsx index c956485f3..9094acdcb 100644 --- a/portal-ui/src/icons/ServiceAccountIcon.tsx +++ b/portal-ui/src/icons/ServiceAccountIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/UsersIcon.tsx b/portal-ui/src/icons/UsersIcon.tsx index fa84c4518..d6d149f69 100644 --- a/portal-ui/src/icons/UsersIcon.tsx +++ b/portal-ui/src/icons/UsersIcon.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/icons/index.ts b/portal-ui/src/icons/index.ts index 4a5b607bd..6bf1c575f 100644 --- a/portal-ui/src/icons/index.ts +++ b/portal-ui/src/icons/index.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/index.tsx b/portal-ui/src/index.tsx index d16996548..32f21aad5 100644 --- a/portal-ui/src/index.tsx +++ b/portal-ui/src/index.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/reducer.ts b/portal-ui/src/reducer.ts index 15ae86319..9d8857177 100644 --- a/portal-ui/src/reducer.ts +++ b/portal-ui/src/reducer.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Buckets/AddBucket.tsx b/portal-ui/src/screens/Console/Buckets/AddBucket.tsx index 6bf07f360..b0352f855 100644 --- a/portal-ui/src/screens/Console/Buckets/AddBucket.tsx +++ b/portal-ui/src/screens/Console/Buckets/AddBucket.tsx @@ -1,5 +1,5 @@ -// This file is part of MinIO Kubernetes Cloud -// Copyright (c) 2019 MinIO, Inc. +// This file is part of MinIO Console Server +// Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/portal-ui/src/screens/Console/Buckets/Buckets.tsx b/portal-ui/src/screens/Console/Buckets/Buckets.tsx index 3a644ca3e..fcc40fc2b 100644 --- a/portal-ui/src/screens/Console/Buckets/Buckets.tsx +++ b/portal-ui/src/screens/Console/Buckets/Buckets.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Buckets/DeleteBucket.tsx b/portal-ui/src/screens/Console/Buckets/DeleteBucket.tsx index 7edcac97d..6f3ad14a6 100644 --- a/portal-ui/src/screens/Console/Buckets/DeleteBucket.tsx +++ b/portal-ui/src/screens/Console/Buckets/DeleteBucket.tsx @@ -1,5 +1,5 @@ -// This file is part of MinIO Kubernetes Cloud -// Copyright (c) 2019 MinIO, Inc. +// This file is part of MinIO Console Server +// Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/portal-ui/src/screens/Console/Buckets/types.tsx b/portal-ui/src/screens/Console/Buckets/types.tsx index a4cc4bd27..2f1d5ff6d 100644 --- a/portal-ui/src/screens/Console/Buckets/types.tsx +++ b/portal-ui/src/screens/Console/Buckets/types.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Console.tsx b/portal-ui/src/screens/Console/Console.tsx index a24ab20fa..a3e91ec2a 100644 --- a/portal-ui/src/screens/Console/Console.tsx +++ b/portal-ui/src/screens/Console/Console.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Dashboard/Dashboard.tsx b/portal-ui/src/screens/Console/Dashboard/Dashboard.tsx index 2e05a6fe2..bf8280bfa 100644 --- a/portal-ui/src/screens/Console/Dashboard/Dashboard.tsx +++ b/portal-ui/src/screens/Console/Dashboard/Dashboard.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Menu.tsx b/portal-ui/src/screens/Console/Menu.tsx index c39754b0c..ff9285f0a 100644 --- a/portal-ui/src/screens/Console/Menu.tsx +++ b/portal-ui/src/screens/Console/Menu.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Permissions/AddPermission.tsx b/portal-ui/src/screens/Console/Permissions/AddPermission.tsx index 2428313a3..a633121b8 100644 --- a/portal-ui/src/screens/Console/Permissions/AddPermission.tsx +++ b/portal-ui/src/screens/Console/Permissions/AddPermission.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Permissions/DeletePermission.tsx b/portal-ui/src/screens/Console/Permissions/DeletePermission.tsx index ca0208b66..66ee11adf 100644 --- a/portal-ui/src/screens/Console/Permissions/DeletePermission.tsx +++ b/portal-ui/src/screens/Console/Permissions/DeletePermission.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Permissions/Permissions.tsx b/portal-ui/src/screens/Console/Permissions/Permissions.tsx index 09f28f85f..78dce0382 100644 --- a/portal-ui/src/screens/Console/Permissions/Permissions.tsx +++ b/portal-ui/src/screens/Console/Permissions/Permissions.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Permissions/types.ts b/portal-ui/src/screens/Console/Permissions/types.ts index 54a4a0c7a..dbf81b410 100644 --- a/portal-ui/src/screens/Console/Permissions/types.ts +++ b/portal-ui/src/screens/Console/Permissions/types.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/ServiceAccounts/AddServiceAccount.tsx b/portal-ui/src/screens/Console/ServiceAccounts/AddServiceAccount.tsx index 64e6fcf31..0b8c33f7d 100644 --- a/portal-ui/src/screens/Console/ServiceAccounts/AddServiceAccount.tsx +++ b/portal-ui/src/screens/Console/ServiceAccounts/AddServiceAccount.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/ServiceAccounts/CredentialsPrompt.tsx b/portal-ui/src/screens/Console/ServiceAccounts/CredentialsPrompt.tsx index 6acf34b88..3d49bb41f 100644 --- a/portal-ui/src/screens/Console/ServiceAccounts/CredentialsPrompt.tsx +++ b/portal-ui/src/screens/Console/ServiceAccounts/CredentialsPrompt.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/ServiceAccounts/DeleteServiceAccount.tsx b/portal-ui/src/screens/Console/ServiceAccounts/DeleteServiceAccount.tsx index aa06c0f09..e9dd947dd 100644 --- a/portal-ui/src/screens/Console/ServiceAccounts/DeleteServiceAccount.tsx +++ b/portal-ui/src/screens/Console/ServiceAccounts/DeleteServiceAccount.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/ServiceAccounts/ServiceAccounts.tsx b/portal-ui/src/screens/Console/ServiceAccounts/ServiceAccounts.tsx index 06f5af06b..fd6f5bff4 100644 --- a/portal-ui/src/screens/Console/ServiceAccounts/ServiceAccounts.tsx +++ b/portal-ui/src/screens/Console/ServiceAccounts/ServiceAccounts.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/ServiceAccounts/types.tsx b/portal-ui/src/screens/Console/ServiceAccounts/types.tsx index 7d2f689b1..4ecf67c5d 100644 --- a/portal-ui/src/screens/Console/ServiceAccounts/types.tsx +++ b/portal-ui/src/screens/Console/ServiceAccounts/types.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Users/AddUser.tsx b/portal-ui/src/screens/Console/Users/AddUser.tsx index 784ef530b..2c8ca9de4 100644 --- a/portal-ui/src/screens/Console/Users/AddUser.tsx +++ b/portal-ui/src/screens/Console/Users/AddUser.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Users/DeleteUser.tsx b/portal-ui/src/screens/Console/Users/DeleteUser.tsx index 15622189d..7062e441a 100644 --- a/portal-ui/src/screens/Console/Users/DeleteUser.tsx +++ b/portal-ui/src/screens/Console/Users/DeleteUser.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Users/Users.tsx b/portal-ui/src/screens/Console/Users/Users.tsx index c9752b809..3032024e1 100644 --- a/portal-ui/src/screens/Console/Users/Users.tsx +++ b/portal-ui/src/screens/Console/Users/Users.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/Console/Users/types.tsx b/portal-ui/src/screens/Console/Users/types.tsx index 16940ffee..72fea5bd5 100644 --- a/portal-ui/src/screens/Console/Users/types.tsx +++ b/portal-ui/src/screens/Console/Users/types.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/CreatePassword.tsx b/portal-ui/src/screens/CreatePassword.tsx index 320f45dcf..f6372285b 100644 --- a/portal-ui/src/screens/CreatePassword.tsx +++ b/portal-ui/src/screens/CreatePassword.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/LoginPage.tsx b/portal-ui/src/screens/LoginPage.tsx index 224d8850d..15a59b78d 100644 --- a/portal-ui/src/screens/LoginPage.tsx +++ b/portal-ui/src/screens/LoginPage.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/NotFoundPage.tsx b/portal-ui/src/screens/NotFoundPage.tsx index 149c49654..8b2eeb555 100644 --- a/portal-ui/src/screens/NotFoundPage.tsx +++ b/portal-ui/src/screens/NotFoundPage.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/screens/SignupPage.tsx b/portal-ui/src/screens/SignupPage.tsx index 632910c6c..b3ce80523 100644 --- a/portal-ui/src/screens/SignupPage.tsx +++ b/portal-ui/src/screens/SignupPage.tsx @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/store.ts b/portal-ui/src/store.ts index d2769a8f6..a0f7545bb 100644 --- a/portal-ui/src/store.ts +++ b/portal-ui/src/store.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/portal-ui/src/types.ts b/portal-ui/src/types.ts index 4aaa99cb1..59bc89973 100644 --- a/portal-ui/src/types.ts +++ b/portal-ui/src/types.ts @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2019 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_config.go b/restapi/admin_config.go index 4d0f7af6f..23ce14875 100644 --- a/restapi/admin_config.go +++ b/restapi/admin_config.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_config_test.go b/restapi/admin_config_test.go index 3c69554eb..d1212bb36 100644 --- a/restapi/admin_config_test.go +++ b/restapi/admin_config_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_groups.go b/restapi/admin_groups.go index eb0b37c17..07dfd1c02 100644 --- a/restapi/admin_groups.go +++ b/restapi/admin_groups.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_policies.go b/restapi/admin_policies.go index 24a017b1e..2cb37bb14 100644 --- a/restapi/admin_policies.go +++ b/restapi/admin_policies.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_policies_test.go b/restapi/admin_policies_test.go index 3cbe4dda0..1bd696cc5 100644 --- a/restapi/admin_policies_test.go +++ b/restapi/admin_policies_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_profiliing_test.go b/restapi/admin_profiliing_test.go index 264121068..9b309afb7 100644 --- a/restapi/admin_profiliing_test.go +++ b/restapi/admin_profiliing_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_profiling.go b/restapi/admin_profiling.go index 597e03630..026e1ead2 100644 --- a/restapi/admin_profiling.go +++ b/restapi/admin_profiling.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_service.go b/restapi/admin_service.go index cb367fa56..6da5caa53 100644 --- a/restapi/admin_service.go +++ b/restapi/admin_service.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_service_test.go b/restapi/admin_service_test.go index 50b2dc30d..ef08caf59 100644 --- a/restapi/admin_service_test.go +++ b/restapi/admin_service_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_test.go b/restapi/admin_test.go index d72d4fc39..015baff7c 100644 --- a/restapi/admin_test.go +++ b/restapi/admin_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/admin_users.go b/restapi/admin_users.go index a087627d0..36e7bedf4 100644 --- a/restapi/admin_users.go +++ b/restapi/admin_users.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/configure_mcs.go b/restapi/configure_mcs.go index 9cfa61340..263fe3587 100644 --- a/restapi/configure_mcs.go +++ b/restapi/configure_mcs.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/consts.go b/restapi/consts.go index e84cf3b69..1560881c9 100644 --- a/restapi/consts.go +++ b/restapi/consts.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/user_buckets.go b/restapi/user_buckets.go index c08e177c3..1961e4803 100644 --- a/restapi/user_buckets.go +++ b/restapi/user_buckets.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/user_buckets_events.go b/restapi/user_buckets_events.go index c0148a717..70504dbb8 100644 --- a/restapi/user_buckets_events.go +++ b/restapi/user_buckets_events.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/user_buckets_events_test.go b/restapi/user_buckets_events_test.go index fe2ad02a9..b8d127c73 100644 --- a/restapi/user_buckets_events_test.go +++ b/restapi/user_buckets_events_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/user_buckets_test.go b/restapi/user_buckets_test.go index fb5e7c936..069edb185 100644 --- a/restapi/user_buckets_test.go +++ b/restapi/user_buckets_test.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify diff --git a/restapi/utils.go b/restapi/utils.go index 2fe9b61ae..313e5fde0 100644 --- a/restapi/utils.go +++ b/restapi/utils.go @@ -1,4 +1,4 @@ -// This file is part of MinIO Kubernetes Cloud +// This file is part of MinIO Console Server // Copyright (c) 2020 MinIO, Inc. // // This program is free software: you can redistribute it and/or modify