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