-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty endpoint doesn't work during domain registration #43
Comments
Try to use |
I'll try to fix this UI problem in the nearest future, thanks for reporting. |
That worked. Would be nice if you update the webpage instruction. Thanks a lot! -Wei On Thu, Feb 14, 2013 at 11:46 AM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Now new problem. I was repeated asked for user/password even though I'm Thanks! -Wei On Thu, Feb 14, 2013 at 11:52 AM, Wei Tao wei.tao@tsibiocomputing.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
I also got this message: sa-sanofi.tsibiocomputing.com with .htpasswd(0 user(s) updated 1ms ago) Thanks! On Thu, Feb 14, 2013 at 12:07 PM, Wei Tao wei.tao@tsibiocomputing.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
What encryption mechanism are you using for your password? Looks like the server managed to load your |
SHA1. Here is the sample entry in the .htpasswd file: htpasswd -nbs s3auth s3auth -Wei On Thu, Feb 14, 2013 at 12:25 PM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Try this tool: http://aspirine.org/htpasswd_en.html |
Your .htpasswd file should look like (for example):
|
I see. The instruction could be a little clearer on what content to put in That worked. Thanks so much! -Wei On Thu, Feb 14, 2013 at 12:31 PM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Make sense, I'll update instructions! Thanks for using the service! |
Thanks again for the wonderful service that you provide. A side point: is the main reason that you don't support a non-domain type On Thu, Feb 14, 2013 at 12:43 PM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
I just can't find a few hours of free time to do it. It's already requested: #41 Hopefully will do it in a few weeks. |
You can add your comment in issue #41, so that we will know that more people are waiting for it |
I added comments in issue 41. It will be a huge plus if we can use existing Thanks again! -Wei On Thu, Feb 14, 2013 at 1:04 PM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Hi Yegor, I was trying to use S3auth service to access private S3 files using a tool The BAM requests are missing the range-byte headers... This is a little bit cryptic to me. Does this response ring a bell to you? Thanks for your help! -Wei On Thu, Feb 14, 2013 at 1:22 PM, Wei Tao wei.tao@tsibiocomputing.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Well, this is how our server works:
Thus, for me the text "The BAM requests are missing the range-byte headers" is a bit cryptic too. I would understand if they would say "The BAM responds are missing...", since we're not returning back any "range related" headers. Can you explain what network components are you trying to connect and how? Maybe I'd able to help.. |
Hi Yegor, Thanks for your thorough response. I think I got it. And the "The BAM Best, -Wei On Sunday, March 3, 2013, Yegor Bugayenko wrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Yes, we'll do it in #47 |
Hi Yegor, Thank you! Do you have an ETA? -Wei On Sun, Mar 3, 2013 at 7:50 AM, Yegor Bugayenko notifications@github.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
yes, I'll fix #47 today |
Sounds good. Thanks so much for your prompt response. When you fix #47, let -Wei On Monday, March 4, 2013, Yegor Bugayenko wrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
I think #47 will take a bit longer than I expected (see comments there). Will take a closer look tomorrow. |
Hi Yegor, I wonder if you have to couple issues 45 and 47 together and if it will -Wei On Mon, Mar 4, 2013 at 2:35 PM, Yegor Bugayenko notifications@github.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Hi Yegor, Not trying to rush you... any good news on resolving issue 45? Thanks! -Wei On Wed, Mar 6, 2013 at 9:35 AM, Yegor Bugayenko notifications@github.comwrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
Look forward to it coming on line. Thanks! -Wei On Friday, March 15, 2013, Yegor Bugayenko wrote:
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
#45 is fixed and tested. Seems to be working fine. Please let me know whether it works for you now. |
Hi Yegor, It worked. Thanks so much! -Wei On Mon, Mar 18, 2013 at 2:14 PM, Yegor Bugayenko
Wei Tao, Ph.D. This e-mail and any files transmitted with it may contain privileged and |
You're welcome. Thanks for using our service! If you have any other problems - don't hesitate to create new issues. I'm not going to close this one since some of the comments you made above are not yet fixed (mostly related to the user manual and our UI). |
Hi. I am an engineer who is reasonably familiar with classical Apache based web. I am trying to migrate to Amazon S3 based web with some protection. This looks like an excellent choice but my trial wasn't successful. I would appreciate if you can answer a few questions about instructions in s3auth.com: (1) Where in AWS could I do "Point a CNAME DNS record of your domain to relay.s3auth.com"? (2) The example policy doesn't work (I replaced "bucket-1.example.com" --> "my_own_bucket_name"). Is the following policy fine (basically I allowed access to everybody)? (3) "Register your domain, IAM key, and IAM secret" --> "AWS" key & secret key, not "IAM", right? |
@goojs thanks for your request, but would be better if you open a new issue with this text. I will answer your questions there. We're trying to separate problems and discussions by issues. |
@tweist could you please close this issue if there are no more open questions? |
@davvd please close the issue |
Hi,
First off, thanks a lot for putting up this free service. I tried to register a new domain following the instruction.
Hostname: sa-sanofi.tsibiocomputing.com
I left "Optional S3 endpoint" blank since I use AWS US standard.
However, I got the following error message:
invalid AWS S3 region 's3.amazonaws.com'; invalid domain
Do you know what is wrong?
The text was updated successfully, but these errors were encountered: