fog/fog-google

View on GitHub
lib/fog/storage/google_xml/requests/copy_object.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method copy_object has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        def copy_object(source_bucket_name, source_object_name, target_bucket_name, target_object_name, options = {})
Severity: Minor
Found in lib/fog/storage/google_xml/requests/copy_object.rb - About 35 mins to fix

    Method copy_object has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def copy_object(source_bucket_name, source_object_name, target_bucket_name, target_object_name, _options = {})
    Severity: Minor
    Found in lib/fog/storage/google_xml/requests/copy_object.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status