@@ -29,7 +29,7 @@ |
||
29 | 29 | * @param string $region The region of the service as it appears in the catalog. |
30 | 30 | * @param string $urlType Unused. |
31 | 31 | * |
32 | - * @return false|string FALSE if no URL found |
|
32 | + * @return string FALSE if no URL found |
|
33 | 33 | */ |
34 | 34 | public function getServiceUrl(string $name, string $type, string $region, string $urlType): string |
35 | 35 | { |
@@ -190,10 +190,6 @@ |
||
190 | 190 | * allowing concatenation when a request is executed against the manifest. |
191 | 191 | * |
192 | 192 | * @param array $data {@see \OpenStack\ObjectStore\v1\Api::putObject} |
193 | - * @param int $data['segmentSize'] The size in Bytes of each segment |
|
194 | - * @param string $data['segmentContainer'] The container to which each segment will be uploaded |
|
195 | - * @param string $data['segmentPrefix'] The prefix that will come before each segment. If omitted, a default |
|
196 | - * is used: name/timestamp/filesize |
|
197 | 193 | * |
198 | 194 | * @return Object |
199 | 195 | */ |