From 7001fb05bf74350cf668293d7a2bb808f5ff4f5c Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 26 May 2015 16:34:59 -0400 Subject: [PATCH] Add further comments on the TODO in get_direct_download_url --- storage/swift.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storage/swift.py b/storage/swift.py index 243202223..5fcc98a96 100644 --- a/storage/swift.py +++ b/storage/swift.py @@ -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):