Project

General

Profile

Bug #15232

Updated by Ward Vandewege almost 5 years ago

It was discovered in #15200 that the BlobSigningTTL configuration field must be expressed in seconds. 

 Last time we debated this we decided it's really useful to support suffixes. The code already exists in Ruby and Go. It looks like all we need to do is change it to ActiveSupport::Duration, to match DefaultTrashLifetime, PreserveVersionIfIdle, etc.

Back