Fix URL
This commit is contained in:
@@ -46,7 +46,6 @@ export const addRemoteMount = (hostNameOrIp, port, token) => {
|
||||
export const addS3Mount = (name, accessKey, secretKey, region, bucketName, url) => {
|
||||
return (dispatch, getState) => {
|
||||
const ipcRenderer = getIPCRenderer();
|
||||
|
||||
const provider = 'S3' + name;
|
||||
dispatch(setBusy(true));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user