You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sync command only needs 6 permissions, as listed in the doc.
The connection check command, however, requires 2 more permissions (multipartUpload.list and multipartUpload.listAll), which is incorrect. So the check tests are failing in the acceptance test.
Next step:
Confirm the above hypothesis.
Fix the connection check command so that it does not need the two extra permission to pass.
If there is no way to fix the connection check, either remove the check that requires the extra permission, or list the two extra permission on the doc (not ideal).
The integration test passed locally, but failed on CI (attempt).
The text was updated successfully, but these errors were encountered: