class ActiveStorage::Service
def upload(key, io, checksum: nil, **options)
Upload the +io+ to the +key+ specified. If a +checksum+ is provided, the service will
def upload(key, io, checksum: nil, **options) raise NotImplementedError end
def upload(key, io, checksum: nil, **options) raise NotImplementedError end