How to view aio-lib-files stored with the default init() method
I have an aio action that is storing files using the default cloud service provider used by aio-lib-files, which I believe is Azure. I am not providing my own Azure credentials into the .init() method. I was wondering if it is possible to determine what the underlying Azure credentials are for this storage, so that I can visualize my files in a UI like Microsoft Azure Storage Explorer. Documentation for the library can be found here: https://github.com/adobe/aio-lib-files Thank you!