class AWS::S3::PresignedPost::ConditionBuilder

def in(range)

e.g. `presigned_post.with(:conent_length).in(1..4)`.
`: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