# File lib/fog/shared_file_system/openstack/requests/extend_share.rb, line 16
        def extend_share(_share_id, _new_size)
          response = Excon::Response.new
          response.status = 202
          response
        end