@@ -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 | */ |
@@ -10,12 +10,10 @@ |
||
| 10 | 10 | use OpenCloud\Common\Resource\Updateable; |
| 11 | 11 | use OpenCloud\Common\Resource\OperatorResource; |
| 12 | 12 | use OpenCloud\Common\Transport\Utils; |
| 13 | -use OpenStack\BlockStorage\v2\Models\Volume; |
|
| 14 | 13 | use OpenStack\BlockStorage\v2\Models\VolumeAttachment; |
| 15 | 14 | use OpenStack\Compute\v2\Enum; |
| 16 | 15 | use OpenStack\Networking\v2\Extensions\SecurityGroups\Models\SecurityGroup; |
| 17 | 16 | use Psr\Http\Message\ResponseInterface; |
| 18 | -use Symfony\Component\VarDumper\VarDumper; |
|
| 19 | 17 | |
| 20 | 18 | /** |
| 21 | 19 | * @property \OpenStack\Compute\v2\Api $api |