#using System;
#using System.Diagnostics;
using System.Collections.Generic;
#using Newtonsoft.Json;
public class Program
{
public static void Main()
List<string> s3Status = new List<string>()
"one",
"two",
"three"
};
}