We're using it to publish sites to S3 with different prefixes.
So we wanted to fine-tune our permissions on the S3 level to isolate those different websites (they are published from different microservices' builds) and came across this comment: https://github.com/laurilehmijoki/s3_website/blob/1636ce1acaa39f06ce9f761e3cc469cc1d4f13ff/src/main/scala/s3/website/S3.scala#L135 which hinders us from making the permissions to be isolated.
Also, I would assume that reading all the files could cause performance issues in case of a huge amount of them.
Hello, thank you for your library!
We're using it to publish sites to S3 with different prefixes. So we wanted to fine-tune our permissions on the S3 level to isolate those different websites (they are published from different microservices' builds) and came across this comment: https://github.com/laurilehmijoki/s3_website/blob/1636ce1acaa39f06ce9f761e3cc469cc1d4f13ff/src/main/scala/s3/website/S3.scala#L135 which hinders us from making the permissions to be isolated. Also, I would assume that reading all the files could cause performance issues in case of a huge amount of them.
Do you maybe have some plans for improving it?