Add support for PostgreSQL interval data type with conversion to ActiveSupport::Duration when loading records from database and serialization to ISO 8601 formatted duration string on save.
Active Storage configuration files for specific environment like config/storage/production.yml will take precedence over config/storage.yml. It should ease complex configuration scenarios which may arise when configuring services per attachment.