minio/docs
Harshavardhana aae6846413
feat: allow expiration of all versions via ILM Expiration action (#17521)
Following extension allows users to specify immediate purge of
all versions as soon as the latest version of this object has
expired.

```
<LifecycleConfiguration>
    <Rule>
        <ID>ClassADocRule</ID>
        <Filter>
           <Prefix>classA/</Prefix>
        </Filter>
        <Status>Enabled</Status>
        <Expiration>
             <Days>3650</Days>
	     <ExpiredObjectAllVersions>true</ExpiredObjectAllVersions>
        </Expiration>
    </Rule>
    ...
```
2023-06-28 22:12:28 -07:00
..
batch-jobs feat: implement support batch replication (#15554) 2022-10-05 23:00:43 -07:00
bigdata Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
bucket feat: allow expiration of all versions via ILM Expiration action (#17521) 2023-06-28 22:12:28 -07:00
chroot Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
compression remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
config fix: README.md in docs/config (#16564) 2023-02-10 03:02:11 -08:00
debugging feat: allow expiration of all versions via ILM Expiration action (#17521) 2023-06-28 22:12:28 -07:00
distributed cleanup scripts and apply shfmt (#17284) 2023-05-25 22:07:25 -07:00
docker Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
erasure Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
extensions support fan-out objects via PostUpload() (#17233) 2023-05-24 22:51:07 -07:00
federation/lookup Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
ftp implement support for FTP/SFTP server (#16952) 2023-04-15 07:34:02 -07:00
iam Add HTTP2 config option for policy plugin (#16225) 2022-12-13 14:28:48 -08:00
integrations/veeam Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
kms Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
lambda Remove ~ from Object Lambda curl example (#16966) 2023-04-04 12:15:28 -07:00
logging Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
metrics add support for bucket level request count per API (#17468) 2023-06-21 09:41:59 -07:00
multi-tenancy Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
multi-user check for quorum errors for DeleteBucket() (#16859) 2023-03-20 23:38:06 -07:00
orchestration Update yaml files to latest version RELEASE.2023-06-23T20-26-00Z 2023-06-24 07:25:49 +00:00
screenshots feat: Deprecate embedded browser and import console (#12460) 2021-06-17 20:27:04 -07:00
security cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
select Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
site-replication Fix Test LDAP for automatic site replication (#17305) 2023-05-29 08:13:58 -07:00
sts Fix Test LDAP for automatic site replication (#17305) 2023-05-29 08:13:58 -07:00
throttle cleanup markdown docs across multiple files (#14296) 2022-02-11 16:51:25 -08:00
tls Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
LICENSE purge deprecate docker swarm documentation 2021-05-10 09:50:06 -07:00
hotfixes.md update hotfixes instructions and fix some typo 2022-03-25 23:49:28 -07:00
minio-limits.md fix: few typos and wordings in minio-limits.md 2023-05-05 20:04:52 -07:00