AEM a a Cloud Service where asset Binary storing in native-cloud Env ,What is path where assets Binary storing and is possible to accessable path to migrated to private cloud env .
Is assets rendetions binary stroing share cloud path , what is the path same can be accessable using Cloud Manager by super admin
DAM stores the binary in Azure blob storage and updates a JCR representation of the asset with the info about the generated renditions (links internally the JCR rendition node to the binary cloud storage where the rendition binary sits) - See #7.
But i don't think you can use the rendition API [#1] to get the internal path of the binary.
You will only get the JCR path of the rendition using getPath().
I would suggest raising this question to daycare and see what they say!
DAM stores the binary in Azure blob storage and updates a JCR representation of the asset with the info about the generated renditions (links internally the JCR rendition node to the binary cloud storage where the rendition binary sits) - See #7.
But i don't think you can use the rendition API [#1] to get the internal path of the binary.
You will only get the JCR path of the rendition using getPath().
I would suggest raising this question to daycare and see what they say!