ssl-hep / ServiceX

ServiceX - a data delivery service pilot for IRIS-HEP DOMA
BSD 3-Clause "New" or "Revised" License
19 stars 21 forks source link

ServiceX uses a single bucket in object store for all output #680

Open BenGalewsky opened 8 months ago

BenGalewsky commented 8 months ago

As a system administrator I need all of ServiceX outputs to go into the same bucket so I can correctly assign permissions on a shared object store

ivukotic commented 8 months ago

After discussing this with Lincoln, I understood that permissions and quota are assigned based on credentials. Having everything in one bucket could be bad for performance of some operations and the cleanup would need a full rewrite. On the other hand, we have an issue opened by Lincoln asking for ServiceX bucket to be prefixed with "servicex-" to be able to filter them in admin tools.

ponyisi commented 1 month ago

Something we intend to implement? Perhaps a user-definable prefix?