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