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

Problem getting data from S3 (No method value) #88

Open
levinmr opened this issue Oct 30, 2013 · 0 comments
Open

Problem getting data from S3 (No method value) #88

levinmr opened this issue Oct 30, 2013 · 0 comments

Comments

@levinmr
Copy link

levinmr commented Oct 30, 2013

Here's some snippets from my rails console. It's telling me that there's no method 'value' for S3Object:

irb(main):016:0> obj
=> AWS::S3::S3Object:Time-slips/uploads/timeslipex.docx

irb(main):023:0> obj.exists?
=> true

irb(main):024:0> obj.value
NoMethodError: undefined method `value' for AWS::S3::S3Object:Time-slips/uploads/timeslipex.docx:AWS::S3::S3Object

Is there some other way I can get my data from S3 without a value method?

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

1 participant