s3-tests/s3tests/functional/AnonymousAuth.py

6 lines
185 B
Python
Raw Normal View History

2011-06-10 09:43:18 -07:00
from boto.auth_handler import AuthHandler
class AnonymousAuthHandler(AuthHandler):
2011-07-11 13:19:54 -07:00
def add_auth(self, http_request, **kwargs):
return # Nothing to do for anonymous access!