You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have access and secret key, and I do not want/cannot put them into file on disk.
I need to specify access and secret key as parameters to mc. Specified access and secret key will override what is hardcoded in alias.
Primary goal is to avoid having sensitive information in file on disk (.mc/config.json).
Secondary goal is to use very many pairs access key - secret key, without creating million of aliases.
Actual behavior
mc require alias that is stored in file on disk and has hardcoded access and secret key
Steps to reproduce the behavior
Check content of file .mc/config.json
mc --version
(paste output of mc --version)
Most recent version
System information
Linux
The text was updated successfully, but these errors were encountered:
Expected behavior
I have access and secret key, and I do not want/cannot put them into file on disk.
I need to specify access and secret key as parameters to mc. Specified access and secret key will override what is hardcoded in alias.
Primary goal is to avoid having sensitive information in file on disk (.mc/config.json).
Secondary goal is to use very many pairs access key - secret key, without creating million of aliases.
Actual behavior
mc require alias that is stored in file on disk and has hardcoded access and secret key
Steps to reproduce the behavior
Check content of file .mc/config.json
mc --version
mc --version
)Most recent version
System information
Linux
The text was updated successfully, but these errors were encountered: