parent
ee8e72766a
commit
c54985a39f
4 changed files with 15 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ class ResponseObject(_TemplateEnvironmentMixin):
|
|||
super(ResponseObject, self).__init__()
|
||||
self.backend = backend
|
||||
|
||||
@property
|
||||
def should_autoescape(self):
|
||||
return True
|
||||
|
||||
def all_buckets(self):
|
||||
# No bucket specified. Listing all buckets
|
||||
all_buckets = self.backend.get_all_buckets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue