class ActiveStorage::Service::S3Service

def object_for(key)

def object_for(key)
  bucket.object(key)
end