class Envirobly::Cli::Main
def pull(region, bucket, ref, path)
def pull(region, bucket, ref, path) Envirobly::Duration.measure("Build context download took %s") do Envirobly::Aws::S3.new(region:, bucket:).pull ref, path end end
def pull(region, bucket, ref, path) Envirobly::Duration.measure("Build context download took %s") do Envirobly::Aws::S3.new(region:, bucket:).pull ref, path end end