@@ -41,7 +41,7 @@ interface PlansFeatures {
41
41
42
42
export const FEATURE_ITEMS : PlansFeatures [ ] = [
43
43
{
44
- featureLabel : "" ,
44
+ featureLabel : "License " ,
45
45
featurePlans : {
46
46
openSource : {
47
47
content : "GNU AGPL v3 License" ,
@@ -52,24 +52,33 @@ export const FEATURE_ITEMS: PlansFeatures[] = [
52
52
} ,
53
53
} ,
54
54
{
55
- featureLabel : "Best suited for " ,
55
+ featureLabel : "Intended Use " ,
56
56
featurePlans : {
57
57
openSource : {
58
- content : (
59
- < div >
60
- Test and Dev Use < br /> Intended for open source applications
61
- </ div >
62
- ) ,
58
+ content : < div > Test and Dev Use</ div > ,
63
59
} ,
64
60
eosPlus : {
65
61
content : (
66
62
< div >
67
- Production Use < br /> Intended for commercial applications
63
+ Production Use < br /> (Site-Replication, Enterprise Grade Security,
64
+ Encryption and Key Management)
68
65
</ div >
69
66
) ,
70
67
} ,
71
68
} ,
72
69
} ,
70
+ {
71
+ featureLabel : "Features" ,
72
+ featurePlans : {
73
+ openSource : {
74
+ content : "Basic Features" ,
75
+ } ,
76
+ eosPlus : {
77
+ content :
78
+ "Basic Features, S3 Express, Non-Disruptive Upgrade, QoS, Catalog, Monitoring, Audit Logs, Health-Diagnostics, RDMA, GPU Direct, AI Features" ,
79
+ } ,
80
+ } ,
81
+ } ,
73
82
{
74
83
featureLabel : "Support" ,
75
84
featurePlans : {
@@ -97,17 +106,6 @@ export const FEATURE_ITEMS: PlansFeatures[] = [
97
106
} ,
98
107
} ,
99
108
} ,
100
- {
101
- featureLabel : "System Management" ,
102
- featurePlans : {
103
- openSource : {
104
- content : "CLI and API" ,
105
- } ,
106
- eosPlus : {
107
- content : "CLI, API and Graphical User Interface (GUI)" ,
108
- } ,
109
- } ,
110
- } ,
111
109
{
112
110
featureLabel : "Optimizations" ,
113
111
featurePlans : {
@@ -120,59 +118,12 @@ export const FEATURE_ITEMS: PlansFeatures[] = [
120
118
} ,
121
119
} ,
122
120
} ,
123
- {
124
- featureLabel : "Data Management" ,
125
- featurePlans : {
126
- openSource : {
127
- content : "S3, SFTP" ,
128
- } ,
129
- eosPlus : {
130
- content : "S3, SFTP, GPU Direct, S3 over RDMA" ,
131
- } ,
132
- } ,
133
- } ,
134
- {
135
- featureLabel : "Features" ,
136
- featurePlans : {
137
- openSource : {
138
- content : "Core Features" ,
139
- } ,
140
- eosPlus : {
141
- content :
142
- "Core Features, QoS, Metadata Search, Monitoring, Audit Logs, Load Balancer" ,
143
- } ,
144
- } ,
145
- } ,
146
- {
147
- featureLabel : "Security" ,
148
- featurePlans : {
149
- openSource : {
150
- content : "Server Side Encyrption (SSE-S3, SSE-KMS, SSE-C)" ,
151
- } ,
152
- eosPlus : {
153
- content :
154
- "Server Side Encyrption (SSE-S3, SSE-KMS, SSE-C), Encryption Key Management Server, Data Firewall" ,
155
- } ,
156
- } ,
157
- } ,
158
- {
159
- featureLabel : "Extra Features" ,
160
- featurePlans : {
161
- openSource : {
162
- content : "N/A" ,
163
- } ,
164
- eosPlus : {
165
- content :
166
- "AI Features- Prompt Object, AI Hub, AI Studio, OpenAI Integration, Model Context Protocols for AI Agents" ,
167
- } ,
168
- } ,
169
- } ,
170
121
] ;
171
122
172
123
export const LICENSE_PLANS_INFORMATION : LicensePlanOption [ ] = [
173
124
{
174
125
planId : "openSource" ,
175
- planName : "MinIO Community Edition" ,
126
+ planName : "Community Edition" ,
176
127
planType : "open-source" ,
177
128
planIcon : (
178
129
< ApplicationLogo applicationName = { "console" } subVariant = { "AGPL" } />
@@ -181,7 +132,7 @@ export const LICENSE_PLANS_INFORMATION: LicensePlanOption[] = [
181
132
} ,
182
133
{
183
134
planId : "eosPlus" ,
184
- planName : "MinIO Enterprise Edition" ,
135
+ planName : "Enterprise Edition" ,
185
136
planType : "commercial" ,
186
137
planIcon : (
187
138
< ApplicationLogo applicationName = { "aistor" } subVariant = { "enterprise" } />
0 commit comments