# File lib/aws/s3/client.rb, line 938 def validate_key!(key) validate!('key', key) do case when key.nil? || key == '' 'may not be blank' end end end