Remove duplicate lines from code example

If `put_object_manifest` has to be called 3 times, it is probably a problem :)
This commit is contained in:
Tomas Varaneckas 2015-02-18 11:22:59 +01:00
parent 512ed13286
commit 6f3566d03c
1 changed files with 0 additions and 6 deletions

View File

@ -358,12 +358,6 @@ Swift requires files larger than 5 GB (the Swift default limit) to be uploaded i
# write manifest file
service.put_object_manifest("my_container", "large_file", 'X-Object-Manifest' => "my_container/large_file/")
# write manifest file
service.put_object_manifest("my_container", "large_file", 'X-Object-Manifest' => "my_container/large_file/")
# write manifest file
service.put_object_manifest("my_container", "large_file", 'X-Object-Manifest' => "my_container/large_file/")
```
Segmented files are downloaded like ordinary files. See [Download Files](#download-files) section for more information.