An open API service indexing awesome lists of open source software.

https://github.com/rssnyder/minio-lifecycle

minio-lifecycle
https://github.com/rssnyder/minio-lifecycle

Last synced: about 1 year ago
JSON representation

minio-lifecycle

Awesome Lists containing this project

README

          

# minio-lifecycle
minio-lifecycle

Lifecycle your minio bucket for objects older than X days.

# Build

Install go.

`make build`

# Usage

`./minio-lifecycle -server http://: -key "" -secret '' -bucket '' -days `

Example (deleting objects older than a week):

`./minio-lifecycle -server http://10.0.0.10:9768 -key "xxxxxxxxxxxxxxxx" -secret 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' -bucket 'dump' -days 7`