class AWS::S3::PresignedPost::ConditionBuilder
def in(range)
`:content_length` field,
range. This may only be used to constrain the
Specifies that the value of the field must be in the given
def in(range) @post.refine(:content_length => range) end
def in(range) @post.refine(:content_length => range) end