Skip to content

Commit

Permalink
Add note about the file uploads code
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 10, 2015
1 parent 46b8cc5 commit 58c6e8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ckan/controllers/storage.py
@@ -1,3 +1,10 @@
'''
Note: This is the old file store controller for CKAN < 2.2.
If you are looking for how the file uploads work, you should check `lib/uploader.py`
and the `resource_download` method of the package controller.
'''
import os
import re
import urllib
Expand Down

0 comments on commit 58c6e8f

Please sign in to comment.