package-analysis icon indicating copy to clipboard operation
package-analysis copied to clipboard

Allow the blobstore implementation to be configurable

Open tom--pollard opened this issue 4 years ago • 2 comments
trafficstars

The blob library gocloud.dev/blob has various 'drivers' (for instance the gcsblob package) which makes it relatively easy to interact with different 'blobstore' type backends via a common api.

Utilising this extensibility to allow users to upload results to the supported (s3, azure etc) endpoints via a generic interface may make it easier for wider adoption.

tom--pollard avatar May 19 '21 13:05 tom--pollard

+1

naveensrinivasan avatar May 19 '21 13:05 naveensrinivasan

With #83 basic support was added for generic s3 endpoints for the results blobs. However, keeping this issue around for further expansion is probably worth while

tom--pollard avatar Jun 07 '21 09:06 tom--pollard

Closing as this appears to be done (as per the docker-compose implementation)

calebbrown avatar Dec 21 '22 00:12 calebbrown