#!/bin/zsh

awsume prod --region us-east-1

aws s3api put-object --bucket qa-neighbouring-rights --key ownership/ingestion/uploads/audio/newfile.csv \
--content-type text/csv \
--metadata \
profileid=135936,\
filename=ownership-test.csv,\
profileuuid=8bd388f6-0072-4198-9c4f-f142e2685793,\
identityid=20f15d6a-8ea6-4826-ae4e-ec14f88ce818 \
--body roc-examples.csv
