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