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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: