Created
July 9, 2018 09:20
-
-
Save canhnt/2c4848166fab8f4563d4f78001b6b643 to your computer and use it in GitHub Desktop.
Upload files to Minio server using AWS-CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export AWS_CA_BUNDLE=$path_private_ca_cert | |
aws --endpoint-url https://$minioserver s3 cp $filename s3://$bucketname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment