File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ```release-note:bug
2+ stream: renamed `RequiredSignedURLs` to `RequireSignedURLs`
3+ ```
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ type StreamUploadFromURLParameters struct {
101101 Creator string `json:"creator,omitempty"`
102102 ThumbnailTimestampPct float64 `json:"thumbnailTimestampPct,omitempty"`
103103 AllowedOrigins []string `json:"allowedOrigins,omitempty"`
104- RequiredSignedURLs bool `json:"requiredSignedURLs ,omitempty"`
104+ RequireSignedURLs bool `json:"requireSignedURLs ,omitempty"`
105105 Watermark UploadVideoURLWatermark `json:"watermark,omitempty"`
106106}
107107
@@ -113,7 +113,7 @@ type StreamCreateVideoParameters struct {
113113 Creator string `json:"creator,omitempty"`
114114 ThumbnailTimestampPct float64 `json:"thumbnailTimestampPct,omitempty"`
115115 AllowedOrigins []string `json:"allowedOrigins,omitempty"`
116- RequiredSignedURLs bool `json:"requiredSignedURLs ,omitempty"`
116+ RequireSignedURLs bool `json:"requireSignedURLs ,omitempty"`
117117 Watermark UploadVideoURLWatermark `json:"watermark,omitempty"`
118118}
119119
You can’t perform that action at this time.
0 commit comments