MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

[FEATURE] - Update remote Cache-Control directives. #28

Closed arnoschoon closed 6 years ago

arnoschoon commented 6 years ago

If a new file is added or the metadata indexer is triggered update the metadata of the remote S3 object. This allows you to set cache control directives like max-age for specific file types.

Processed files are updated by monitoring the resource storage, since the filenames contain some kind of identifier the max-age in the dummy configuration is set to one week.

arnoschoon commented 6 years ago
Tuurlijk commented 6 years ago

Code looks good, but I miss the 'all tests are green' trigger.