Actions
Bug #15232
closed[config] BlobSigningTTL should be expressable with a suffix
Story points:
-
Release:
Release relationship:
Auto
Description
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.
Actions