#!/bin/zsh

awsume prod --region us-east-1

echo "enter 'products', 'sound-recordings', 'contributors'  or 'participants' without the quotes"

read ITEM

echo $ITEM

aws s3 cp  s3://qa-neighbouring-rights/ownership/ingestion/uploads/roc-examples/${ITEM}.json .

echo "\n\nYour file is available to view here ${ITEM}.json"
