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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to