# File lib/fog/atmos/models/storage/directory.rb, line 30 def save self.key = attributes[:directory].key + key if attributes[:directory] self.key = key + '/' unless key =~ /\/$/ res = connection.post_namespace key reload end