- Cleans up `mc event` command flags with optional/required labels.
- Drive by fix for an `mc idp` command with an `end-before` include
error.
Closes#1263
- Adds a `--checksum` flag to `mc cp`, `mc mirror`, `mc pipe`, and `mc
put`
- Adds `--disable-multipart` to `mc put`
- Adds alias name to outputs of `mc ready`
- Adds flags to `mc admin heal`
Closes#1334
- adds new config options for webhook events
- adds new subcommands to mc idp ldap accesskey
- adds info about new output during iam import
Closes#1316
A few quick fixes noted in several issues:
- Literal reference in mc batch generate pointed to the wrong include
Closes#1318
- Lingering reference to an "unregister" function removed
Closes#1324
- Adds admonition about root credentials required, even with KES
Closes#1325
- Adds mc batch cancel to list of commands on batch framework overview
page
Closes#1310
- Updates mc client page S3 link to avoid possible copy/paste confusion
Closes#1311
- Adds new `--output` flag to `mc admin cluster iam export`
- Corrects encryption flags for `mc mv` command noted during build
Does not track a docs issue.
Closes#1191
# Summary
Finally getting around to this mc release
- Added docs for enc-c, enc-s3, enc-kms
- Some docs are making assumptions around behavior that needs to be
fixed _first_
- Drive-by linker fixes
Staged: http://192.241.195.202:9000/staging/DOCS-1191/linux/index.html
---------
Co-authored-by: Andrea Longo <feorlen@users.noreply.github.com>
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
- Updates references for licensing to use "Enterprise" branding
- Updates the mc idp ldap policy entities command with flags and changes
to groups
- Deprecates OpenID envvar
Closes#1271
- Adds info about tracking batch job status for completed jobs
- Deprecates `mc license update`
- Adds flags for updating Azure credentials in `mc ilm tier update`
Closes#1260
Updates for mc release 2024-06-20T14-50-54Z
- Adds info about requiring Raw Base64 or Hex keys
- Updates links for KES docs on encryption pages
- Updates encryption pages to use ventilated prose (one sentence per
line)
- Adds new flag for `mc get`
- Updates `mc put` with enc-# flags
Closes#1253
- Adds info the docs about recent changes to LDAP and SFTP
authentication
- Adds new config/envvar parameter
- Adds new sftp option for server
- Adds new example for forcing ldap or sa auth to SFTP
- Adds new example for using certificate authority for auth to SFTP
Closes#1240Closes#1229Closes#1226Closes#1208
This removes references to version limits and suggests using object
expiration rules to manage unneeded noncurrent versions.
There is no doc issue to track this.
Corrects mc batch examples
Closes#1235
Applies changes to the mc admin trace --stat flag in mc
RELEASE.2024-06-05T18-13-30Z. That change has no tracking docs issue.
Creates a new object management page to aggregate information on
deleting objects.
Links to the page from other docs throughout.
Intentionally leaves most delete information where it is in existing
docs.
Closes#741
@allanrogerr Noticed that our `mc cp` page had references to removing
objects, almost certainly due to a copy/paste error. This fixes those
references.
Updates for server RELEASE.2024-03-30T09-41-56Z
- Adds information that SSE-C encrypted objects can now replicate.
Closes#1177
- Adds information on operator renewal of tenant certificates
Closes#1167
- Corrects a description for `ilm restore` function
Closes#1175
Updates for Console release 0.45.0
- Removes healing references
- Updates headings and subheadings for the current Console UI
Closes#1107
- removes `mc admin obd` command
- moves `mc admin profile` to deprecated list
closes#1164
- Moves wildcard matching from `mc mirror` to `minio-mc.rst` page and
adds ref links throughout as needed.
## Server release RELEASE.2024-03-26T22-10-45Z
- Adding info about node dashboard for Grafana.
- Also updates links to JSON files for other dashboards that were
incorrect.
*no related docs issue*
## Not a server release, but fixes:
- Corrects information about JSON policy file size limits.
- Adds information about limit on tags per object.
Closes#1134
## Server RELEASE.2024-03-21T23-13-43Z
- Adds new `user` envvar and config for REDIS notifications
- Simplifies and updates discussion of encryption keys for SSE
Closes#1169
mc RELEASE.2024-03-07T00-31-49Z
- Adds new mc support upload command.
Closes#1152
mc RELEASE.2024-03-03T00-13-08Z
- Adds alias options for replicate add and replicate update
- Adds exclude-bucket flag for mc mirror
Closes#1143
Adds updates for mc RELEASE.2024-02-24T01-33-20Z
- New `mc put` command
- New `mc get` command
- New `--expire-all-object-versions` flag for the `mc ilm rule add`
command
- Adds info to the expiration of objects in versioned buckets on the
Object Lifecycle Management page
Closes#1140
Adds updates for mc release RELEASE.2024-01-28T16-23-14Z
- adds --skip-errors flag to mc mirror
- updates the mc admin service commands
Closes#1120
1. Fixes typo of variable placeholder as "SECRET KEY" to "SECRET_KEY"
2. Changes all uses of variable placeholders "ACCESS_KEY", "SECRET_KEY",
and "SESSION_TOKEN" to consistently use underscore separator.
Many small fixes:
- Clarify that `mc legalhold set --recursive` applies to current objects
only. Go back and do it again if you want it to apply to newly created
objects.
- Clean up inconsistent capitalization of "legal hold."
- Fix a bunch more `:required:` and `:optional:`
- Add a resync step to the restore site replication instructions
Staged:
http://192.241.195.202:9000/staging/small-clarifications/linux/index.html
Per internal discussion, this adds some admonitions for mc license
commands and the SUBNET registration section of the troubleshooting
page. Also adds information about Client and Server version alignment.
# Summary
Closes#1083
Also reorganizes the batch framework pages. Could use additional
refinement, but considering that out of scope for now.
---------
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>