Can/Should AWS S3 Upload provider show existing images in the bucket?

I am running Strapi v4 hosted on an AWS EC2 instance, using the aws-s3 upload provider for the media library. It is working fine in that I can upload files to the media library and see their thumbnails.

My question is, can or should the provider pull the list of existing files in the bucket? Right now I only see the files that I have uploaded through the strapi media library, but any files uploaded directly in the aws s3 console or from any other source do not appear. Is this by design?

1 Like

I have the same issue. Did you get any solution on this?