Skip to content
#

multipart

Here are 164 public repositories matching this topic...

xis
xis commented Feb 24, 2021

We can create a S3Store (or another name) like FileSystemStore in the saver.go file.

like,

package baraka

type S3Store struct {
    // specific settings
}

func NewS3Store(/* specific settings */) S3Store {
    return S3Store{
        // specific settings
    }
}

func (s S3Store) Save(path string, filename string, p
enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the multipart topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multipart topic, visit your repo's landing page and select "manage topics."

Learn more