[Bug 1011048] Re: python-boto sqs commands error with access denied

2012-06-11 Thread jserver
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1011048] [NEW] python-boto sqs commands error with access denied

2012-06-09 Thread jserver
Public bug reported:

within a brand new ec2 precise 64 running a boto script which tries to
write messages to a sqs queue AccessDenied 403 is returned.

python-boto:
  Installed: 2.2.2-0ubuntu2


upgrading boto with pip the error goes away

** Affects: python-boto (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs