On 01/06/2014 10:50 AM, Diogo Vieira wrote: > Now with the correct bucket name it did not give me the wrong > credentials error but instead kept bouncing around between servers > ending with a "Too many chained redirections" traceback as noted below: > > Using proxy 10.10.4.254:3128 > Using proxy 10.10.4.254:3128 > _do_request(): redirected to s3.amazonaws.com <http://s3.amazonaws.com> > Using proxy 10.10.4.254:3128 > _do_request(): redirected to eurotux-teste2.s3.amazonaws.com > <http://eurotux-teste2.s3.amazonaws.com> > Using proxy 10.10.4.254:3128 > _do_request(): redirected to s3.amazonaws.com <http://s3.amazonaws.com> > Using proxy 10.10.4.254:3128 > _do_request(): redirected to eurotux-teste2.s3.amazonaws.com > <http://eurotux-teste2.s3.amazonaws.com> [...]
Could you please file a bug at https://bitbucket.org/nikratio/s3ql/issues? When doing that, could you check if you have the same problem if you unset the http_proxy environment variable before calling mkfs.s3ql/mount.s3ql? (assuming the proxy isn't mandatory). > BTW, although I have the authfile in place it always asked for my > credentials again, unless I specified its path in with the flag > --authfile (I don't know if it intended). You probably did not put it in the location where s3ql tries to read it from by default. Best, Nikolaus -- Encrypted emails preferred. PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C »Time flies like an arrow, fruit flies like a Banana.« -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
