File: readme.txt

package info (click to toggle)
python-boto 1.2a-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 720 kB
  • ctags: 1,042
  • sloc: python: 6,709; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 306 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
The main SQS implementation now uses the 2008-01-01 API verson.  To use the older API version
(2007-05-01) you need to edit your /etc/boto.cfg or ~/.boto file to add the following line:

boto.sqs_extend = 20070501

This will allow the code in the boto.sqs.20070501 module to override the code in boto.sqs.