This commit is contained in:
+1
-2
@@ -5,7 +5,6 @@ import (
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"thamanyah/cms/v2/internal/handlers"
|
||||
"thamanyah/cms/v2/internal/services"
|
||||
|
||||
@@ -31,7 +30,7 @@ func main() {
|
||||
|
||||
services.MediaConvertClient = &services.MediaConvertConcrete{
|
||||
MediaConvertClient: mediaconvert.NewFromConfig(config),
|
||||
Role: "",
|
||||
Role: "test",
|
||||
InputBucket: "",
|
||||
OutputBucket: "",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user