Commit cb4d68c
fix(live_streaming): use base endpoint for create_bucket and create_stream
Fixed authentication failures for create_bucket and create_stream by changing from bucket subdomain URLs to base endpoint URLs:
- create_bucket: https://bucket.endpoint → https://endpoint/bucket
- create_stream: https://bucket.endpoint/stream → https://endpoint/bucket/stream
This matches the URL pattern used by other working methods like list_streams and list_buckets, which use the base endpoint instead of bucket subdomains.
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: callmefisher <[email protected]>1 parent 7b665c3 commit cb4d68c
1 file changed
+26
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
| |||
126 | 138 | | |
127 | 139 | | |
128 | 140 | | |
129 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
130 | 154 | | |
131 | 155 | | |
132 | 156 | | |
| |||
0 commit comments