java.io.InputStream Use for AEM Direct Binary Upload
Hi,
Our recent Best Practices Analyzer (BPA) report highlighted multiple instances where we use java.io.InputStream APIs for general I/O operations, including file reading (e.g., using BufferedReader or InputStreamReader) and handling network streams (e.g., processing HTTP responses).
We are preparing to implement the Direct Binary Upload mechanism DG | Adobe Experience Manager in AEM to replace our current use of java.io.InputStream.
We would appreciate guidance or shared experiences from anyone who has already successfully transitioned to this cloud-native, recommended approach.
TIA