ACS-2497 T-Core: Accept DAU requests (#525)

* ACS-2497 Add implementation of Direct Access Url usage for transformation.
Add possibly to pass Direct Access Url to Transform request instead of a sending a file.
This commit is contained in:
Kacper Magdziarz
2022-02-14 11:30:48 +01:00
committed by GitHub
parent f202139607
commit 11e3cb4b20
8 changed files with 211 additions and 26 deletions

View File

@@ -532,4 +532,12 @@ public class MiscControllerTest extends AbstractTransformerControllerTest
text = text.replaceAll("\\n", "");
return text;
}
@Test
@Override
public void queueTransformRequestUsingDirectAccessUrlTest() throws Exception
{
super.targetMimetype = this.targetMimetype;
super.queueTransformRequestUsingDirectAccessUrlTest();
}
}