[Bug 1011048] Re: python-boto sqs commands error with access denied
jserver
1011048 at bugs.launchpad.net
Mon Jun 11 14:57:32 UTC 2012
I probably wont' have a chance to test on dev for a week as I'm going on
holiday this week
but i did get around this bug
originally my code was like
q = conn.get_queue('<queue_name>')
instead I just did a
q = Queue(connection=conn, url='<queue_url>')
and that seems to work just fine
the first call does a Action=GetQueueUrl which seems to give the 403
hopefully that helps describe the problem a bit better, I'll revisit
next week
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/1011048
Title:
python-boto sqs commands error with access denied
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/1011048/+subscriptions
More information about the Ubuntu-server-bugs
mailing list