typo: storlet, not storelt

Change-Id: Ic5b17ab46435eba7695b0eec700887eb3969ef4f
This commit is contained in:
Tim Burke 2020-05-15 19:45:20 -07:00
parent 4c6181f453
commit 405ea64398
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ To get started, follow:
`"S2AIO - Swift Storlets All In One" <https://storlets.readthedocs.io/en/latest/getting_started.html>`__.
The write and deploy a storlet, follow:
`"Writing and deploying storelts" <https://storlets.readthedocs.io/en/latest/writing_and_deploying_storlets.html>`__.
`"Writing and deploying storlets" <https://storlets.readthedocs.io/en/latest/writing_and_deploying_storlets.html>`__.
For Deployers
-------------

View File

@ -171,10 +171,10 @@ Here is the Swift client command for uploading the storlet. some notes:
#. We use the upload option of the swift cli.
#. The container name is the first parameter for the upload command and is
'storlet'
#. The name of the object and the local file to upload is 'identitystorelt-1.0-jar'
#. The name of the object and the local file to upload is 'identitystorlet-1.0-jar'
IMPORTANT: when uploading the file from another directory, that parameter would
be something of the form 'bin/identitystorelt-1.0-jar' in this case the name
of the object appearing in the storlet container would be 'bin/identitystorelt-1.0-jar'
be something of the form 'bin/identitystorlet-1.0-jar' in this case the name
of the object appearing in the storlet container would be 'bin/identitystorlet-1.0-jar'
which will not work for the engine.
#. The metadata that needs to accompany the storlet object is provided as headers.