Issues running copyFromObjectStorage EPMAutomate command
I am currently trying to run the copyFromObjectStorage command to move a test file from Object Storage to EPBCS inbox. I am on the latest version of epmautomate. I am using a service account which has service admin to EPBCS and has policy read\write rights to Object Storage. I created an Auth token for the account to pass to the command.
Sample Code Snip (powershell):
$objectStorageURL = "https://swiftobjectstorage.us-ashburn-1.oraclecloud.com/v1/idhmedhsnhwm/OBS-DEV1/inbound/ARCS/Test.txt"
&$epmAutomatePath login $epmUser $epmPassword $epmURL
&$epmAutomatePath copyFromObjectStorage $epmUser $epmAuthTokenPassword $objectStorageURL "inbox/Test.txt"
&$epmAutomatePath logout
I have noticed that a file is created within the folder running the script which says