Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
35b52b0e
Commit
35b52b0e
authored
Jan 18, 2013
by
Stavros Sachtouris
Browse files
Update store-manifest help
Manifest is kept for compatibility with OOS Storage
parent
aaca2ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/pithos_cli.py
View file @
35b52b0e
...
...
@@ -883,11 +883,14 @@ class store_overwrite(_store_container_command):
@
command
(
pithos_cmds
)
class
store_manifest
(
_store_container_command
):
"""Create a remote file of uploaded parts by manifestation
How to use manifest:
- upload parts of the file on a with names X.1, X.2, ...
- /store manifest X
An empty object X will behave as the result file of the
union of X.1, X.2, ...
Remains functional for compatibility with OOS Storage. Users are advised
to use the upload command instead.
Manifestation is a compliant process for uploading large files. The files
have to be chunked in smalled files and uploaded as <prefix><increment>
where increment is 1, 2, ...
Finally, the manifest command glues partial files together in one file
named <prefix>
The upload command is faster, easier and more intuitive than manifest
"""
arguments
=
dict
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment