openstack-bucket-retention PyPi version PyPI pyversions

Openstack bucket retention cli

Installation

$ # Install
$ python3 -m pip install openstack-bucket-retention --user

$ # Install with upgrade
$ python3 -m pip install openstack-bucket-retention --user --upgrade

Usage

First you need to download ‘OpenStack RC File’ on openstack provider. And Source the sh file.

$ openstack-bucket-retention --help

$ # Show version
$ openstack-bucket-retention version
openstack-bucket-retention: 0.1.0

$ # Set Openstack environment variables
$ #  or
$ # Use 'OpenStack RC File' on openstack provider. Download and Source the file.
$ source Openstack-openrc.sh
$ openstack-bucket-retention run --bucket-name "test-bucket" --retention-time "1w"