mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 15:42:52 +08:00
add region to minio plugins
This commit is contained in:
@@ -204,6 +204,7 @@ func (m *minioSink) Start(self *base.GstBaseSink) bool {
|
||||
client, err := minio.New(m.settings.endpoint, &minio.Options{
|
||||
Creds: credentials.NewStaticV4(m.settings.accessKeyID, m.settings.secretAccessKey, ""),
|
||||
Secure: m.settings.useTLS,
|
||||
Region: m.settings.region,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user