lib/runcible/resources/content.rb in runcible-2.8.1 vs lib/runcible/resources/content.rb in runcible-2.9.0

- old
+ new

@@ -25,10 +25,10 @@ # @param [String] upload_id the id of the upload_request returned by create_upload_request # @param [Numeric] offset offset for file assembly # @param [File] content content of the file being uploaded to the server # @return [RestClient::Response] none def upload_bits(upload_id, offset, content) - call(:put, upload_path("#{upload_id}/#{offset}/"), :payload => content) + call(:put, upload_path("#{upload_id}/#{offset}/"), :payload => content, :no_log_payload => true) end # Import into a repository # # @param [String] repo_id identifies the associated repository