Skip to content

Commit

Permalink
Merge pull request #9 from firedigger/master
Browse files Browse the repository at this point in the history
Fix typo in ENDPOINT_URL_ADDRESS variable
  • Loading branch information
christianbaun authored Nov 13, 2023
2 parents dd1e350 + 57c77a1 commit 353a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ossperf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ else
# If the variable $ENDPOINT_URL_ADDRESS is not empty...
else
# use the s4cmd cli with an S3-compatible non-Amazon service (e.g. Minio)
if s4cmd --endpoint-url="$ENDPOINT_URL_ADDRES" put $DIRECTORY/*.txt s3://$BUCKET ; then
if s4cmd --endpoint-url="$ENDPOINT_URL_ADDRESS" put $DIRECTORY/*.txt s3://$BUCKET/ ; then
echo -e "${GREEN}[OK] Files have been uploaded sequentially with s4cmd.${NC}"
else
echo -e "${RED}[ERROR] Unable to upload the files sequentially with s4cmd.${NC}" && exit 1
Expand Down

0 comments on commit 353a719

Please sign in to comment.