source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

Provide a prefix filter for the Bucket spec

Open rmakram-ims opened this issue 3 years ago • 1 comments

I would like to use the same S3 bucket accross multiple projects and only give access to a specific prefix for each one of the projects. Currently, the bucket controller downloads the whole contents of the bucket and the filtering is done on the HelmChart spec or on the Ignore option, but this is only applied after all the contents of the bucket have been downloaded. Adding a prefix filter would also make the process more efficient. Thank you

rmakram-ims avatar Dec 22 '20 19:12 rmakram-ims

Currently, the bucket controller downloads the whole contents of the bucket and the filtering is done on the HelmChart spec or on the Ignore option, but this is only applied after all the contents of the bucket have been downloaded.

We plan to apply the ignore filter before downloading the files, this way we don't need a prefix filter field.

stefanprodan avatar Dec 23 '20 09:12 stefanprodan