Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

beyondstorage/go-service-oss

Repository files navigation

go-services-oss

Aliyun Object Storage service support for go-storage.

Notes

This package has been moved to go-storage.

go get go.beyondstorage.io/services/oss/v3

Install

go get github.com/beyondstorage/go-service-oss/v2

Usage

import (
	"log"

	_ "github.com/beyondstorage/go-service-oss/v2"
	"github.com/beyondstorage/go-storage/v4/services"
)

func main() {
	store, err := services.NewStoragerFromString("oss://bucket_name/path/to/workdir?credential=hmac:<access_key>:<secret_key>&endpoint=https:<location>.aliyuncs.com")
	if err != nil {
		log.Fatal(err)
	}

	// Write data from io.Reader into hello.txt
	n, err := store.Write("hello.txt", r, length)
}

About

Aliyun Object Storage Service (OSS) support for go-storage

Topics

Resources

License

Stars

Watchers

Forks

Contributors 9