# File lib/fog/google/models/storage/directory.rb, line 61 def save requires :key options = {} if @acl options['x-goog-acl'] = @acl end if @location options['LocationConstraint'] = @location end service.put_bucket(key, options) true end