I've set up a couple of S3 buckets, which I can see if I navigate to Storage > S3 in the console:
I've also added permissions to another account, e.g. for the lucy-dev2 bucket:
However, this user, when he navigates to Storage > S3 in his console, doesn't see the same 'directory list' of buckets.
Ultimately, we would like all users to see the same buckets. How could we set this up?
(I've perused https://docs.aws.amazon.com/AmazonS3/latest/dev/example-walkthroughs-managing-access-example2.html, but it seems this should be possible without using the CLI?)

