Add further comments on the TODO in get_direct_download_url

This commit is contained in:
Joseph Schorr 2015-05-26 16:34:59 -04:00
parent 2e4893dce0
commit 7001fb05bf

View file

@ -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):