Skip to content
New issue

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

Missing S3TrueParser class (uninitialized constant) #8

Closed
careo opened this issue Jun 22, 2009 · 1 comment
Closed

Missing S3TrueParser class (uninitialized constant) #8

careo opened this issue Jun 22, 2009 · 1 comment

Comments

@careo
Copy link
Contributor

careo commented Jun 22, 2009

Text from Customer Ticket:

/opt/local/lib/ruby/gems/1.8/gems/right_aws-1.10.0/lib/s3/right_s3_interface.rb:248:in `put_logging': uninitialized constant RightAws::S3Interface::S3TrueParser (NameError?)
from
/opt/local/lib/ruby/gems/1.8/gems/right_aws-1.10.0/lib/s3/right_s3.rb:200:in `disable_logging'
from bin.rb:5

Diving into the code led me here:

    right_aws-1.10.0/lib/s3/right_s3_interface.rb:248

    def put_logging(params)  
      AwsUtils.mandatory_arguments([:bucket,:xmldoc], params)
      AwsUtils.allow_only([:bucket,:xmldoc, :headers], params)
      params[:headers] = {} unless params[:headers]
      req_hash = generate_rest_request('PUT', params[:headers].merge(:url=>"#{params[:bucket]}?logging", :data => params[:xmldoc]))
      request_info(req_hash, RightHttp2xxParser.new)
    rescue
      on_exception
    end
@konstantin-dzreev
Copy link
Contributor

This is fixed already: 2009-03-26: 021a8035bcb6c1f0211ff45325f17374e9753a1a

tim775 pushed a commit that referenced this issue Jun 13, 2013
….8xlarge_instance

acu74157 added cr1.8xlarge instance type
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants