s3-tests/AnonymousAuth.py
2011-06-10 09:59:52 -07:00

5 lines
176 B
Python

from boto.auth_handler import AuthHandler
class AnonymousAuthHandler(AuthHandler):
def add_auth(self, http_request, **kwargs):
return # Nothing to do for anonymous access!