Solved
It's quite common to access multiple environments in the same browser while working with AEM, which makes it confusing which environment to change. My understanding is that AEMaaCS cannot change the author's name. ACS AEM Environment Indicator is not compatible to use. Would it be possible to make some sort of indicator that shows which AEM Cloud environment is?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
AEM Cloud is not allowing me to upload acs-aem-commons-content-5.4.0 package. I get below error while uploading the zip file. Error - "Package (or it's subpackage(s)) contains application content which isn't supported at runtime."
Looks like it is ACS Common is not compatible to AEM Cloud

The ACS AEM commons should be pushed via code base.
Example: By adding following via "filevault-package-maven-plugin" in all module.
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.apps</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>
<embedded>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-ui.content</artifactId>
<type>zip</type>
<target>/apps/abc-vendor-packages/application/install</target>
</embedded>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.