Update setup_minio.sh

This commit is contained in:
Kruglov Pavel 2024-07-09 21:01:37 +02:00 committed by GitHub
parent 1761102b3a
commit d7f08ffdb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,10 +99,7 @@ upload_data() {
# iterating over globs will cause redundant file variable to be
# a path to a file, not a filename
# shellcheck disable=SC2045
for file in $(ls "${data_path}"); do
echo "${file}";
./mc cp "${data_path}"/"${file}" clickminio/test/"${file}";
done
./mc cp --recursive "${data_path}"/ clickminio/test/
}
setup_aws_credentials() {