Skip to content

Instantly share code, notes, and snippets.

@canhnt
Created July 9, 2018 09:20
Show Gist options
  • Save canhnt/2c4848166fab8f4563d4f78001b6b643 to your computer and use it in GitHub Desktop.
Save canhnt/2c4848166fab8f4563d4f78001b6b643 to your computer and use it in GitHub Desktop.
Upload files to Minio server using AWS-CLI
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