mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
fix(lifecycle): lifecycle fixes (#1625)
Signed-off-by: likewu <likewu@126.com> Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- hosts: webservers
|
||||
remote_user: leafcolor
|
||||
vars:
|
||||
ansible_ssh_pass: "123456"
|
||||
tasks:
|
||||
- name: Configure S3 bucket lifecycle
|
||||
community.aws.s3_lifecycle:
|
||||
endpoint_url: "http://www.example.com:9000"
|
||||
access_key: "rustfsadmin"
|
||||
secret_key: "rustfsadmin"
|
||||
name: "mblock"
|
||||
rule_id: "rule1"
|
||||
state: present
|
||||
expiration_days: "1"
|
||||
Reference in New Issue
Block a user