It seems to me that this project only supports google's object store..
is there a technical reason for this, or does the author simply not have access to/interest of an S3-compatible object store to test/implement this (i.e, something like Minio would work, I'd imagine).
I'm considering rolling out this set of nexus-related containers at our org's kubernetes cluster, but the lack of s3 support is a bit of a non-starter for us as we're fairly invested in S3 as a cloud storage/backup target.
So rather than simply complain, i could look into implementing this myuself. However first, would a PR to support S3 even be something of interest to the org/maintainers of this project?
I'd imagine it would just involve something like a.) install boto (to provide the aws s3 utility), b.) update the entrypoint script to use that utility instead of gsutil depending on the bucket URI prefix.. and c.) test test test the heck out of it manually before submitting said PR
Please let me know however if there's no interest in having this functionailty (such as for support reasons), so as to save me the time of doing this work (as i can perhaps just create our own fork within our org if the travelaudience devs don't want to own this going forward).