class AWS::S3::Bucket

def presigned_post(options = {})

Other tags:
    See: PresignedPost -
def presigned_post(options = {})
  PresignedPost.new(self, options)
end