We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey appoxy,
Which version of libxml is aws supposed to work with? I tried the current 2.0.2 and
undefined method on_start_element_ns' for #<Aws::RightSaxParserCallback:0x105e04bf0> /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/parsers.rb:134:in 'parse' /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/parsers.rb:134:in 'parse' /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/awsbase.rb:530:in 'request_info_impl'
gets thrown. It's in my bucket.key(key_str, true) method. Don't know if this is my issue, so thought I'd set a ticket on github.
bucket.key(key_str, true)
Thanks, Thomas and Erik
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey appoxy,
Which version of libxml is aws supposed to work with? I tried the current 2.0.2 and
undefined method on_start_element_ns' for #<Aws::RightSaxParserCallback:0x105e04bf0> /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/parsers.rb:134:in 'parse' /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/parsers.rb:134:in 'parse' /Users/change/.rvm/gems/ree-1.8.7-2010.02/gems/aws-2.4.5/lib/awsbase/awsbase.rb:530:in 'request_info_impl'
gets thrown. It's in my
bucket.key(key_str, true)
method. Don't know if this is my issue, so thought I'd set a ticket on github.Thanks,
Thomas and Erik
The text was updated successfully, but these errors were encountered: