Skip to content

Commit

Permalink
Update s3a_wrapper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zejnilovic authored Apr 24, 2024
1 parent 70fe7ab commit 12356c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/bash/s3a_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ function cleanup_versions() {
local path=$1
local api=$2
echo "Cleaning versions for $path"
curl -s -X GET --header "x-api-key: $ECS_API_KEY" -d "{\"ecs_path\":\"${path#s3a://}\"}" "$api"
echo
curl -s -X DELETE --header "x-api-key: $ECS_API_KEY" -d "{\"ecs_path\":\"${path#s3a://}\"}" "$api"
echo
echo "Versions cleaned"
Expand Down

0 comments on commit 12356c5

Please sign in to comment.