Merge pull request #3444 from spajus/patch-1

Remove duplicate lines from code example
This commit is contained in:
Wesley Beary 2015-02-18 11:43:43 -06:00
commit f0bf52afcd
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.