-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_9.10, ADDONS_10.10, 11.1, 2021.0
-
Component/s: S3
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.1.29
-
Story Points:1
We would like to simplify how to tweak the S3 token TTL.
Currently, it can be done in 2 steps:
1. Tweak the value in nuxeo.conf:
# Value in seconds, here 10 hours
nuxeo.s3storage.transient.expiration=36000
2. Override the s3directupload-config.xml file from the nuxeo-amazon-s3 addon to add this line:
<property name="expiration">${nuxeo.s3storage.transient.expiration}</property>
The second step is too much, we should patch the template to include the required line.