DEV Community

Discussion on: Fetching and reading files from S3 using Go 🔥👀

Collapse
 
krusenas profile image
Karolis

I would suggest using gocloud.dev/ (object store: gocloud.dev/howto/blob/) to list/read/update/delete files in object stores, it becomes easy to test and run things locally by using different configurations.

Collapse
 
seanyboi profile image
Sean O'Connor

Very cool, did not know about gocloud. I will definitely check it out, cheers!😄