Skip to content

Simple script for create buckets and user for standalone minio s3 server

Notifications You must be signed in to change notification settings

gawsoftpl/minio-init-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

minio-init-standalone

Initial script for create user and bucket for standalone minio s3 server

Requered ENV

ENDPOINT=http://s3:9000
MINIO_ROOT_USER=minio
MINIO_ROOT_PASSWORD=minio123

For create user

access_key=abcfdsf
secret_key=dfgdfgdf
POLICY_NAME=readwrite

For create bucket

INITIAL_BUCKET_NAME_1=abc2
INITIAL_BUCKET_NAME_2=abcd
INITIAL_BUCKET_NAME_3=ab
BUCKET_LIFECYCLE_DAYS=30
BUCKET_LIFECYCLE_PREFIX=test-
etc up to 1000

Execute

/bin/bash create-s3.sh

About

Simple script for create buckets and user for standalone minio s3 server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages