Closed gavin-lai closed 9 years ago
mc: Unable to list target https://URL Expected element type but have
HI Gavin, can you post --debug output with "mc --debug https://URL" ?
Also are you using signature v4 or v2 authentication with S3 compatible storage? mc
does signature v4 by default to enable signature v2 you have to use the following
2. Add host configuration for a URL, using s3 api v2. For security reasons turn off bash history
$ set +o history
$ mc config host add s3.amazonaws.com BKIKJAA5BMMU2RHO6IBB V7f1CwQqAcwo80UEIJEjc5gVQUSSx5ohQ9GSrr12 S3v2
$ set -o history
the S3v2 option give me errors
the S3v2 option give me errors
can you post the "--debug" output? - also can you paste your "mc version" ?
mc:
mc:
mc:
mc:
I replace all addresses with URL mc version Sat, 05 Sep 2015 23:43:46 GMT
Is there a manual way to add S3v2 in the configuration file?
mc version Sat, 05 Sep 2015 23:43:46 GMT
Ah this release version doesn't support S3v2 yet, can you download the latest from
mc update experimental
This command will show you a link to download the latest binary, we have some more changes coming into mc
before we are going to make a new proper release.
The sever is sending back 502 Bad Gateway error without any other error elements, upon error mc tries to decode it into a proper S3ErrorResponses. I will add a fix to show a proper error when it cannot decode.
Is there a manual way to add S3v2 in the configuration file?
I will update the experimental code once again today.. give me couple of hrs to update it. I will paste the link here.
Experimental output:
mc:
mc:
mc:
mc:
Working on getting a new windows binary, will let you know once its uploaded.
Working on getting a new windows binary, will let you know once its uploaded.
https://dl.minio.io:9000/updates/experimental/2015/Oct/windows-amd64/mc.exe
or
C:\ mc update experimental
Let me know how it goes, also can you tell me which s3 compatible storage are you using? also can you provide s3cmd debug output?
C:\ s3cmd -d ls
This binary works. I am using CenturyLink Cloud Object Storage.
This binary works. I am using CenturyLink Cloud Object Storage.
Okay looks like the issue is with CenturyLink middleware we saw issues where a HTTP server cannot understand between relative and absolute requests since according to RFC http both are supported and valid.
GET http://URL/resource
Host: URL
GET /resource
Host: URL
The new release will default to catering for solutions which do not work without relative.
Thanks for being patient!
Would it be possible to display the time and speed summary at the end of the transfer in quiet mode?
Would it be possible to display the time and speed summary at the end of the transfer in quiet mode?
The accounting of transfer and speed summary is done by an external package right now which provides us the way to display progress bar, in quiet mode it can be achieved though shouldn't be a problem.
Please open another issue - we can get it done..
Going to close this for now.. reopen if you have further problems and thanks for testing out mc
. Feel free to open any feature requests as you seem fit.. we will take a look.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi, I am accessing a S3 compatible object storage, works fine with s3cmd in Linux, I am trying in Windows with mc, I get the following with mc ls command: mc: Unable to list target but have
https://URL
Expected element typeAny ideas. Thanks