clean up urls. start to clean up responses
This commit is contained in:
parent
ba360daa0f
commit
4283cca63c
11 changed files with 70 additions and 27 deletions
|
|
@ -23,7 +23,6 @@ class FakeBucket(object):
|
|||
|
||||
|
||||
class S3Backend(BaseBackend):
|
||||
base_url = "https://(.*)s3.amazonaws.com"
|
||||
|
||||
def __init__(self):
|
||||
self.buckets = {}
|
||||
|
|
@ -47,9 +46,7 @@ class S3Backend(BaseBackend):
|
|||
return False
|
||||
else:
|
||||
return self.buckets.pop(bucket_name)
|
||||
else:
|
||||
# implement this
|
||||
import pdb;pdb.set_trace()
|
||||
return None
|
||||
|
||||
|
||||
def set_key(self, bucket_name, key_name, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue