class ActiveStorage::Service

def upload(key, io, checksum: nil)

ensure a match when the upload has completed or raise an ActiveStorage::IntegrityError.
Upload the +io+ to the +key+ specified. If a +checksum+ is provided, the service will
def upload(key, io, checksum: nil)
  raise NotImplementedError
end