Boto has plenty of settings exposing Amazon's functionality (SSL, consistency, etc.) These should be settable through the DATABASES entry in settings.py. This would allow, for example, the developer to request a consistent read by setting up a 'consistent' database entry in settings.py - without requiring breaking or Amazon-specific changes to the API.
Boto has plenty of settings exposing Amazon's functionality (SSL, consistency, etc.) These should be settable through the DATABASES entry in settings.py. This would allow, for example, the developer to request a consistent read by setting up a 'consistent' database entry in settings.py - without requiring breaking or Amazon-specific changes to the API.