class AWS::S3::PresignedPost::ConditionBuilder

def initialize(post, field)

Other tags:
    Api: - private
def initialize(post, field)
  @post = post
  @field = field
end