class ActiveStorage::Service

def update_metadata(key, **metadata)

metadata that has to be updated upon identification.
Override in subclasses only if the service needs to store specific
Update metadata for the file identified by +key+ in the service.
def update_metadata(key, **metadata)
end