class AWS::S3::PresignedPost

def where_metadata(field)

Returns:
  • (ConditionBuilder) - An object that allows you to

Parameters:
  • field (Symbol, String) -- The name of the metadata
def where_metadata(field)
  where("x-amz-meta-#{field}")
end