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