You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/administration/console/managing-objects.rst
+1-31Lines changed: 1 addition & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Managing Objects
11
11
:local:
12
12
:depth: 2
13
13
14
-
You can use the MinIO Console to perform several of the bucket and object management and interaction functions available in MinIO.
14
+
You can use the MinIO Console to perform several of the bucket and object interaction functions available in MinIO.
15
15
Depending on the permissions and IAM policies for the authenticated user, you can:
16
16
17
17
- :ref:`Browse, upload, revert, manage, and interact with objects <minio-console-object-browser>`.
@@ -40,8 +40,6 @@ Example actions the user may be able to perform include:
40
40
- Download objects
41
41
- Share
42
42
- Preview
43
-
- Manage legal holds
44
-
- Manage retention
45
43
- Manage tags
46
44
- Inspect
47
45
- Display versions
@@ -65,10 +63,6 @@ Buckets
65
63
-------
66
64
67
65
The Console's :guilabel:`Bucket` section displays all buckets to which the authenticated user has :ref:`access <minio-policy>`.
68
-
Use this section to create or manage these buckets, depending on your user's access.
69
-
70
-
Creating Buckets
71
-
~~~~~~~~~~~~~~~~
72
66
73
67
Select :guilabel:`Create Bucket` to create a new bucket on the deployment.
74
68
MinIO validates bucket names.
@@ -85,27 +79,3 @@ While creating a bucket, you can enable :ref:`versioning <minio-bucket-versionin
85
79
86
80
You can configure locking and versioning options only when you create the bucket.
87
81
You cannot change these settings for the bucket later.
88
-
89
-
Managing Buckets
90
-
~~~~~~~~~~~~~~~~
91
-
92
-
Use the :guilabel:`Search` bar to filter for specific buckets.
93
-
Select the row for the bucket to display summary information about the bucket.
94
-
95
-
Form the summary screen, select any of the available tabs to further manage the bucket.
96
-
97
-
.. note::
98
-
99
-
Some management features may not be available if the authenticated user does not have the :ref:`required administrative permissions <minio-policy-mc-admin-actions>`.
100
-
101
-
When managing a bucket, your access settings may allow you to view or change any of the following:
102
-
103
-
- The :guilabel:`Summary` section displays a summary of the bucket's configuration.
104
-
105
-
Use this section to view and modify the bucket's access policy, encryption, quota, and tags.
106
-
107
-
- Configure alerts in the :guilabel:`Events` section to trigger :ref:`notification events <minio-bucket-notifications>` when a user uploads, accesses, or deletes matching objects.
108
-
109
-
- Review security in the :guilabel:`Access` section by listing the :ref:`policies <minio-policy>` and :ref:`users <minio-users>` with access to that bucket.
110
-
111
-
- Properly secure unauthenticated access with the :guilabel:`Anonymous` section by managing rules for prefixes that unauthenticated users can use to read or write objects.
Copy file name to clipboardExpand all lines: source/administration/identity-access-management/ad-ldap-access-management.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,8 @@ Access Keys are long-lived credentials which inherit their privileges from the p
58
58
The parent user can further restrict those privileges while creating the access keys.
59
59
Use either of the following methods to create a new access key:
60
60
61
-
- Log into the :ref:`MinIO Console <minio-console>` using the AD/LDAP-managed user credentials.
62
-
In the :guilabel:`User` section, select :guilabel:`Access Keys` followed by :guilabel:`Create access keys +`.
63
-
64
-
- Use the :mc:`mc admin user svcacct add` command to create the access keys. Specify the user Distinguished Name as the username to which to associate the access keys.
61
+
Use the :mc:`mc admin user svcacct add` command to create the access keys.
62
+
Specify the user Distinguished Name as the username to which to associate the access keys.
Copy file name to clipboardExpand all lines: source/administration/identity-access-management/minio-user-management.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ A MinIO user can generate any number of access keys.
56
56
This allows application owners to generate arbitrary access keys for their applications without requiring action from the MinIO administrators.
57
57
Since the generated access keys have the same or fewer permissions as the parents, administrators can focus on managing the top-level parent users without micro-managing generated access keys.
58
58
59
-
You can create access keys using either the :ref:`MinIO Console <minio-console-user-access-keys>` *or* by using the :mc:`mc admin user svcacct add` command.
59
+
You can create access keys by using the :mc:`mc admin user svcacct add` command.
60
60
Identities created by these methods do not expire until you remove the access key or the parent account.
61
61
62
62
You can also create :ref:`security token service <minio-security-token-service>` accounts programmatically with the ``AssumeRole`` STS API endpoint.
Copy file name to clipboardExpand all lines: source/administration/identity-access-management/pluggable-authentication.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,4 +108,4 @@ The ``"reason"`` field should include the reason for the 403.
108
108
Creating Policies to Match Claims
109
109
---------------------------------
110
110
111
-
Use either the :ref:`MinIO Console <minio-console-admin-policies>` *or* the :mc:`mc admin policy` command to create policies that match one or more claim values.
111
+
Use the :mc:`mc admin policy` command to create policies that match one or more claim values.
Copy file name to clipboardExpand all lines: source/administration/minio-console.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,6 @@ Logging In
124
124
The MinIO Console displays a login screen for unauthenticated users.
125
125
The Console defaults to providing a username and password prompt for a :ref:`MinIO-managed user <minio-internal-idp>`.
126
126
127
-
For deployments configured with multiple :ref:`identity managers <minio-authentication-and-identity-management>`, you can also log in using credentials generated using a :ref:`Security Token Service (STS) <minio-security-token-service>` API.
128
-
129
127
.. admonition:: Try out the Console using MinIO's Play testing environment
Copy file name to clipboardExpand all lines: source/administration/monitoring.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,6 @@ Deployment Metrics
37
37
38
38
MinIO provides a Prometheus-compatible endpoint for supporting time-series querying of metrics.
39
39
40
-
MinIO deployments :ref:`configured to enable Prometheus scraping <minio-metrics-and-alerts>` provide a detailed metrics view through the MinIO Console.
Use the :mc:`mc mb` command with the :mc-cmd:`~mc mb --with-lock`
226
-
option to create a bucket with object locking enabled:
227
-
228
-
.. code-block:: shell
229
-
:class: copyable
200
+
.. code-block:: shell
201
+
:class: copyable
230
202
231
-
mc mb --with-lock ALIAS/BUCKET
203
+
mc mb --with-lock ALIAS/BUCKET
232
204
233
-
- Replace ``ALIAS`` with the :mc:`alias <mc alias>` of a configured
234
-
MinIO deployment.
205
+
- Replace ``ALIAS`` with the :mc:`alias <mc alias>` of a configured
206
+
MinIO deployment.
235
207
236
-
- Replace ``BUCKET`` with the
237
-
:mc-cmd:`name <mc mb ALIAS>` of the bucket to create.
208
+
- Replace ``BUCKET`` with the
209
+
:mc-cmd:`name <mc mb ALIAS>` of the bucket to create.
238
210
239
211
Configure Bucket-Default Object Retention
240
212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
241
213
242
-
You can configure object locking rules ("object retention") using the
243
-
MinIO Console, the MinIO :mc:`mc` CLI, or using an S3-compatible SDK.
214
+
You can configure object locking rules ("object retention") using the MinIO :mc:`mc` CLI, or using an S3-compatible SDK.
244
215
245
216
MinIO supports setting both bucket-default *and* per-object retention rules.
246
217
The following examples set bucket-default retention. For per-object retention
247
218
settings, defer to the documentation for the ``PUT`` operation used by your
248
219
preferred SDK.
249
220
250
-
.. tab-set::
251
-
252
-
.. tab-item:: MinIO Console
253
-
:sync: console
254
-
255
-
Select the :guilabel:`Buckets` section of the MinIO Console to access bucket creation and management functions. You can use the :octicon:`search` :guilabel:`Search` bar to filter the list.
From the :guilabel:`Retention` section, select :guilabel:`Enabled`.
270
-
This section is only visible for buckets created with object locking enabled.
271
221
272
-
From the :guilabel:`Set Retention Configuration` modal, set the desired bucket default retention settings.
222
+
Use the :mc:`mc retention set` command with the
223
+
:mc-cmd:`--recursive <mc retention set --recursive>` and
224
+
:mc-cmd:`--default <mc retention set --default>` options to set the
225
+
default retention mode for a bucket:
273
226
274
-
- For :guilabel:`Retention Mode`, select either :ref:`COMPLIANCE <minio-object-locking-compliance>` or :ref:`GOVERNANCE <minio-object-locking-governance>`.
275
-
276
-
- For :guilabel:`Duration`, select the retention duration units of :guilabel:`Days` or :guilabel:`Years`.
277
-
278
-
- For :guilabel:`Retention Validity`, set the duration of time for which MinIO holds objects under the specified retention mode for the bucket.
279
-
280
-
.. tab-item:: MinIO CLI
281
-
:sync: cli
282
-
283
-
Use the :mc:`mc retention set` command with the
284
-
:mc-cmd:`--recursive <mc retention set --recursive>` and
285
-
:mc-cmd:`--default <mc retention set --default>` options to set the
286
-
default retention mode for a bucket:
287
-
288
-
.. code-block:: shell
289
-
:class: copyable
227
+
.. code-block:: shell
228
+
:class: copyable
290
229
291
-
mc retention set --recursive --default MODE DURATION ALIAS/BUCKET
230
+
mc retention set --recursive --default MODE DURATION ALIAS/BUCKET
292
231
293
-
- Replace :mc-cmd:`MODE <mc retention set MODE>` with either either
294
-
:ref:`COMPLIANCE <minio-object-locking-compliance>` or
- Replace :mc-cmd:`MODE <mc retention set MODE>` with either either :ref:`COMPLIANCE <minio-object-locking-compliance>` or :ref:`GOVERNANCE <minio-object-locking-governance>`.
296
233
297
-
- Replace :mc-cmd:`DURATION <mc retention set VALIDITY>` with the
298
-
duration for which the object lock remains in effect.
234
+
- Replace :mc-cmd:`DURATION <mc retention set VALIDITY>` with the duration for which the object lock remains in effect.
299
235
300
-
- Replace :mc-cmd:`ALIAS <mc retention set ALIAS>` with the
301
-
:mc:`alias <mc alias>` of a configured MinIO deployment.
236
+
- Replace :mc-cmd:`ALIAS <mc retention set ALIAS>` with the :mc:`alias <mc alias>` of a configured MinIO deployment.
302
237
303
-
- Replace :mc-cmd:`BUCKET <mc retention set ALIAS>` with the
304
-
name of the bucket on which to set the default retention rule.
238
+
- Replace :mc-cmd:`BUCKET <mc retention set ALIAS>` with the name of the bucket on which to set the default retention rule.
305
239
306
240
Enable Legal Hold Retention
307
241
~~~~~~~~~~~~~~~~~~~~~~~~~~~
308
242
309
-
You can enable or disable indefinite legal hold retention for an object using the MinIO Console, the MinIO :mc:`mc` CLI, or using an S3-compatible SDK.
243
+
You can enable or disable indefinite legal hold retention for an object using the MinIO :mc:`mc` CLI or using an S3-compatible SDK.
310
244
311
245
You can place a legal hold on an object already held under a :ref:`COMPLIANCE <minio-object-locking-compliance>` or :ref:`GOVERNANCE <minio-object-locking-governance>` lock.
312
246
The object remains WORM locked under the legal hold even when the retention lock expires.
313
247
You or another user with the necessary permissions must explicitly lift the legal hold to remove the WORM lock.
314
248
315
-
.. tab-set::
316
-
317
-
.. tab-item:: MinIO Console
318
-
:sync: console
319
-
320
-
Select the :guilabel:`Buckets` section of the MinIO Console to access bucket creation and management functions.
321
-
You can use the :octicon:`search` :guilabel:`Search` bar to filter the list.
249
+
Use the :guilabel:`mc legalhold set` command to toggle the legal hold status on an object.
0 commit comments