diff --git a/n4-minio-demo/ListBuckets.cs b/n4-minio-demo/ListBuckets.cs new file mode 100644 index 0000000..c317e43 --- /dev/null +++ b/n4-minio-demo/ListBuckets.cs @@ -0,0 +1,12 @@ +using System; + +namespace n4_minio_demo +{ + public class ListBuckets + { + public ListBuckets() + { + } + } +} +