# File lib/s3/right_s3.rb, line 293 def get(key, headers={}) key = Key.create(self, key.to_s) unless key.is_a?(Key) key.get(headers) end