Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

shashasha

Re: When S3 include "/" in secretcode, can't authentication one-liner

Thank you so much!
It worked!
I bookmarked the URL :)
shashasha

When S3 include "/" in secretcode, can't authentication one-liner

When S3 include / in secretcode, can't authentication.
I think WinSCP recognizes / as separator or something else.

Template:
open s3://<accesskey>:<secretkey>@s3.amazonaws.com/

Worked:
open s3://example:e+x+a+m+p+l+e@s3.amazonaws.com/

Worked with plus symbol.

not worked:
open s3://example:e/x/a/m/p/l/e@s3.amazonaws.com/

Not worked with slash symbol.