mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +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
|
from boto.auth_handler import AuthHandler
|
||||||
|
|
||||||
class AnonymousAuthHandler(AuthHandler):
|
class AnonymousAuthHandler(AuthHandler):
|
||||||
def __init__(self, host, config, provider):
|
|
||||||
AuthHandler.__init__(self, host, config, provider)
|
|
||||||
|
|
||||||
def add_auth(self, http_request, **kwargs):
|
def add_auth(self, http_request, **kwargs):
|
||||||
return # Nothing to do for anonymous access!
|
return # Nothing to do for anonymous access!
|
||||||
|
|
Loading…
Reference in a new issue