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