Say why filesystem is not recommended

This commit is contained in:
Girish Ramakrishnan
2017-04-23 22:28:12 -07:00
parent f79e1993cb
commit 11c7ba1957
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
$scope.storageProvider = [
{ name: 'Amazon S3', value: 's3' },
{ name: 'Filesystem (not recommended)', value: 'filesystem' },
{ name: 'Filesystem', value: 'filesystem' },
{ name: 'Minio', value: 'minio' }
];