From 0ddce2631877527df6824ec1778bd66e85770de1 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 9 Dec 2013 13:55:07 +0100 Subject: [PATCH] Change DataStore ref in FileStore docs to seealso It'll be good if we can use this style (a Sphinx .. seealso::, near the top of the page) whenever we want to say "also see this page" in the docs. That'll make it a lot more predictable and easier for users to find, when one feature is connected to another. --- doc/filestore.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/filestore.rst b/doc/filestore.rst index 0c9e3eb4f1c..156e085ed8d 100644 --- a/doc/filestore.rst +++ b/doc/filestore.rst @@ -16,6 +16,15 @@ organization. :ref:`filestore_21_to_22_migration` for details on how to migrate). This is to give CKAN more control over the files and make access control possible. +.. seealso:: + + :ref:`datapusher` + + Resource files linked-to from CKAN or uploaded to CKAN's FileStore can + also be pushed into CKAN's DataStore, which then enables data previews and + a data API for the resources. + + ------------------ Setup file uploads ------------------ @@ -102,8 +111,6 @@ To replace an uploaded file with a link to a file at a remote URL, use the curl -H'Authorization: your-api-key' 'http://yourhost/api/action/resource_update' --form url=http://expample.com --form clear_upload=true --form id=resourceid -It is also possible to have uploaded files (if of a suitable format) stored in -the DataStore which will then provides an API to the data. See :ref:`datapusher` for more details. .. _filestore_21_to_22_migration: