mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Remove dead code.
This commit is contained in:
parent
35e2b3dec5
commit
138a83c911
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
|||
from boto.auth_handler import AuthHandler
|
||||
|
||||
class AnonymousAuthHandler(AuthHandler):
|
||||
def __init__(self, host, config, provider):
|
||||
AuthHandler.__init__(self, host, config, provider)
|
||||
|
||||
def add_auth(self, http_request, **kwargs):
|
||||
return # Nothing to do for anonymous access!
|
||||
|
|
Loading…
Reference in a new issue