# File lib/fog/storage/models/aws/file.rb, line 33
        def body
          attributes[:body] ||= if last_modified && (file = collection.get(identity))
            file.body
          else
            ''
          end
        end