a. subdivided the section for database & storage. b. Added minio.io to the list of project built in go in storage section.
diff --git a/Projects.md b/Projects.md
index a718438..cc64038 100644
--- a/Projects.md
+++ b/Projects.md
@@ -30,7 +30,7 @@
 * [Console User Interface](#console-user-interface)
 * [Continuous Integration](#continuous-integration)
 * [Cryptography](#cryptography)
-* [Databases and Storage](#databases-and-storage)
+* [Databases](#databases)
 * [Data Processing](#data-processing)
 * [Data Structures](#data-structures)
 * [Date](#date)
@@ -67,6 +67,7 @@
 * [Simulation Modeling](#simulation-modeling)
 * [Sorting](#sorting)
 * [Source Code Management](#source-code-management)
+* [Storage](#storage)
 * [Strings and Text](#strings-and-text)
 * [Testing](#testing)
 * [Unix](#unix)
@@ -397,7 +398,7 @@
   * [x2j](https://github.com/clbanning/x2j) - Unmarshal XML doc into `map[string]interface{}` or JSON
   * [xlsx](https://github.com/tealeg/xlsx) - A library to help with extracting data from Microsoft Office Excel XLSX files.
 
-## Databases and Storage
+## Databases
 
 See also [[SQLDrivers page|SQLDrivers]].
 
@@ -1255,6 +1256,10 @@
   * [nut](https://github.com/AlekSi/nut) - Nut is a tool to manage versioned Go source code packages, called "nuts".
   * [vcstool](https://github.com/wjwwood/vcstool) - VCS abstraction tool
 
+## Storage
+
+  * [Minio](https://minio.io/) - Object Storage compatible with Amazon S3 API
+
 ## Strings and Text
 
   * [awk](https://github.com/spakin/awk) - Easy AWK-style text processing in Go