We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bf0c7 commit 134713eCopy full SHA for 134713e
ci_media.go
@@ -266,7 +266,7 @@ type MediaProcessJobsNotifyBody struct {
266
MediaResult struct {
267
OutputFile struct {
268
Bucket string `xml:"Bucket"`
269
- ObjectName string `xml:"ObjectName"`
+ ObjectName []string `xml:"ObjectName"`
270
ObjectPrefix string `xml:"ObjectPrefix"`
271
Region string `xml:"Region"`
272
} `xml:"OutputFile"`
0 commit comments