mirror of
https://github.com/apache/nifi.git
synced 2025-02-11 20:45:11 +00:00
Add new property 'Cache Control' to allow user to set the cache-control http header on the S3 object. This property is not required, and has no default value. The implementation is similar to the Content-Type property, except that this property does not allow Expression Language. Update property description Add support EL for cache-control property This closes #4422. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org>