After running npx ampx --outputs-format dart --outputs-out-dir lib with this Storage definition, the resulting amplify_outputs.dart file contains the entity variable "cognito-identity.amazonaws.com:sub" from the access specification in the path from the definition. This is a syntax error and invalidates the backend. The faulty part of the outputs file looks like:
Environment information
Describe the bug
After running
npx ampx --outputs-format dart --outputs-out-dir lib
with this Storage definition, the resulting amplify_outputs.dart file contains the entity variable"cognito-identity.amazonaws.com:sub"
from the access specification in the path from the definition. This is a syntax error and invalidates the backend. The faulty part of the outputs file looks like:Reproduction steps
npx ampx sandbox --outputs-format dart --outputs-out-dir lib