The Wayback Machine - https://web.archive.org/web/20220426141823/https://github.com/topics/multipart-uploads
Skip to content
#

multipart-uploads

Here are 92 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-uploads 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-uploads topic, visit your repo's landing page and select "manage topics."

Learn more