Manuel Iglesias

Results 16 comments of Manuel Iglesias

Hi @OrangeDrangon I think it is not supported, the levels are configured by the Amplify CLI and are these: [File Access Levels](https://aws-amplify.github.io/docs/js/storage#file-access-levels) and as you pointed out, `protected` means readable...

> could this be accomplished with a Lambda function of some nature that has admin permission in the S3 ecosystem. Yes, this is possible. I would start by looking into...

Hi @atlowell-smpl What @dantasfiles points out is correct, the console uses the ID token and Amplify uses the acces token. With code like this you can make Amplify use the...

Quick update, there's some WIP in [this branch](https://github.com/aws-amplify/amplify-android/compare/main...manuelig/datastore/pause-resume-orchestrator) that improves the way DataStore handles online/offline scenarios and emits networkStatus.

Hey @joebernard We just published a hotfix to npm, you can find it under these versions and the `@prev-hotfixes` dist-tag: ``` - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] - @aws-amplify/[email protected] -...

hey @joebernard I can confirm this includes the endpoint management code. You can also check by yourself with, e.g. ``` diff