-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Rest API
-
Release Notes Summary:When activating direct download, the final blob URL can be exposed with a nuxeo.conf property
-
Release Notes Description:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #92, nxplatform #93
-
Story Points:2
If a document's blob provider is configured for direct download, it's poss ible to get direct links to the final download URL (to S3 or CloudFront typically) returned in the JSON document output by activating a Configuration Service property:
<require>org.nuxeo.ecm.core.io.download.DownloadService</require> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="org.nuxeo.download.url.follow.redirect">true</property> </extension>
We want to be able to configure this configuration property through a nuxeo.conf property:
org.nuxeo.download.url.follow.redirect=true
- is related to
-
NXP-28599 Blob properties should expose final URL if possible
- Resolved