-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: BlobManager, S3
-
Tags:
-
Impact type:Configuration Change
-
Upgrade notes:
Make it possible through a BlobProvider contribution to make downloads actually redirect to third-party URL.
The first implementation is for S3, and if enabled redirects to S3 downloads directly. To enable, set nuxeo.s3storage.downloadfroms3=true. The URLs to which the redirect is done are time-limited, the time limit can be configured using nuxeo.s3storage.downloadfroms3.expire and specifying a number of seconds (default is 3600 = 1h).
The S3 configuration has been documented at Amazon S3 Online Storage.
- depends on
-
NXP-17827 Centralize download URL generation
- Resolved