Skip to content

Commit

Permalink
Try touch first
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Jan 23, 2025
1 parent fed63f1 commit 785cba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/hubsingest_test_endpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export AWS_SECRET_ACCESS_KEY=$(kubectl get secret -n $PLACEHOLDERUSER-ns versity
export ENDPOINTURL="https://$PLACEHOLDERUSER.hubsingest.bioconductor.org"

aws --endpoint-url $ENDPOINTURL s3 mb s3://testbucket
echo 'test' > ./newtestfile
touch ./newtestfile
echo 'test' >> ./newtestfile
sleep 5
aws --endpoint-url $ENDPOINTURL s3 cp ./newtestfile s3://testbucket/
sleep 5
Expand Down

0 comments on commit 785cba4

Please sign in to comment.