hank-cp / sbp

Plugin framework for Spring Boot based on pf4j.
Apache License 2.0
189 stars 65 forks source link

[FEAT] S3 Bucket support as alternative to local path #53

Open gurucube opened 2 months ago

gurucube commented 2 months ago

Hello we extended the local path I/O structure with volume concept in docker-compose and it worked perfectly but now we need to swich to a "bucket" concept instead of "volume" concept. Have you got any idea about how it could be possible to use the external Amazon AWS S3 SDK to interact with buckets instead of just with local path? Thank you in advance for any suggestion about it. We have knowledge about AWS S3 SDK if it can help.

hank-cp commented 1 month ago

Should be feasible. A web service provides plugin meta infomation, storage service (like S3) provides plugin jar repository, and download/update to local to be loaded by pluginManager.

Do you interest to build this "plugin service".