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
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
I'm trying to figure out how to connect to s3 using mc, one of my colleagues had it installed on OSX via brew and was having issues (errors regarding not having boto available, then missing environment variables), I managed to get past some initial troubles, but I then got stuck with the following error when trying to "cd s3://":
Sorry for being that guy who uploads an image instead of copying the text, I didn't see any way to copy the error (clicking on it makes it disappear in my terminal), after clicking on the above error the following comes up:
This was generated on openSUSE installing mc via zypper using 4.8.15. But the initial error was reported on Mac OSX (I believe the same version of mc).
Can anyone confirm if I am doing something wrong, or whether this is an issue with mc being unable to connect to s3 buckets?
We did try a number of different URIs (s3://s3.amazonaws.com/, s3://s3.amazonaws.com/bucket-name, s3://bucket-name) but all give the same error about invalid upper case characters in the bucket name (we never had upper case characters in the bucket name).
I looked for pages describing how to configure mc to connect to s3, I came up short, only finding a few bugs on here. We did try using the right menu option FTP and SFTP to input the URI, but that didn't work either.
Are we missing something? Is there a plugin to allow mc to connect to s3? If so please could you provide a link to guidance on installing it.