Add further comments on the TODO in get_direct_download_url
This commit is contained in:
parent
2e4893dce0
commit
7001fb05bf
1 changed files with 4 additions and 1 deletions
|
@ -124,7 +124,10 @@ class SwiftStorage(BaseStorage):
|
|||
if requires_cors:
|
||||
return None
|
||||
|
||||
# TODO: http://docs.openstack.org/juno/config-reference/content/object-storage-tempurl.html
|
||||
# TODO(jschorr): This method is not strictly necessary but would result in faster operations
|
||||
# when using this storage engine. However, the implementation (as seen in the link below)
|
||||
# is not clean, so we punt on this for now.
|
||||
# http://docs.openstack.org/juno/config-reference/content/object-storage-tempurl.html
|
||||
return None
|
||||
|
||||
def get_content(self, path):
|
||||
|
|
Reference in a new issue