lib/backhoe.rb in backhoe-0.6.1 vs lib/backhoe.rb in backhoe-0.7.0
- old
+ new
@@ -13,10 +13,10 @@
def load file_path, drop_and_create: false
Load.new(Database.new, file_path, drop_and_create).call
end
- def backup s3_path, access_key: nil, secret_key: nil
+ def backup s3_path, access_key:, secret_key:
Backup.new(s3_path, access_key, secret_key).call
end
end
end