diff --git a/docs/source/creating_apps.rst b/docs/source/creating_apps.rst index 78e0459d6..e68e00040 100644 --- a/docs/source/creating_apps.rst +++ b/docs/source/creating_apps.rst @@ -157,4 +157,6 @@ When the analysis has finished, it is automatically finalised. This means: You can manually call :mod:`analysis.finalise ` if you want to upload any output datasets to a different location to the one specified in the app configuration. If you do this, the - analysis will not be finalised again - make sure you only call it when your output data is ready. + analysis will not be finalised again - make sure you only call it when your output data is ready. Note that the + ``output_location`` and ``use_signed_urls_for_output_datasets`` settings in the app configuration are ignored if you + call it manually. diff --git a/docs/source/creating_services.rst b/docs/source/creating_services.rst index 26d853f2e..3661745ec 100644 --- a/docs/source/creating_services.rst +++ b/docs/source/creating_services.rst @@ -79,6 +79,7 @@ App configuration file (optional) - ``configuration_manifest`` - ``children`` - ``output_location`` + - ``use_signed_urls_for_output_datasets`` If an app configuration file is provided, its path must be specified in ``octue.yaml`` under the "app_configuration_path" key.