Skip to content

Commit 19dae13

Browse files
committed
Fixed Typo errors
1 parent ce8d8b2 commit 19dae13

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This contains a reference to the storage-pipe module. It is a valid use case to
155155
both this module and all it's functions
156156

157157
### StorageInstance.download()
158-
Download file from S3, AWS & NFS using sotrage pipe
158+
Download file from S3, AWS & NFS using storage pipe
159159

160160
`parameters`:
161161

@@ -164,7 +164,7 @@ Download file from S3, AWS & NFS using sotrage pipe
164164
* `destination` - required, where to put the file when done downloading
165165

166166
### StorageInstance.upload()
167-
Uploads file to S3, AWS & NFS using sotrage pipe
167+
Uploads file to S3, AWS & NFS using storage pipe
168168

169169
`parameters`:
170170
* `bucketName` - required, S3 bucket name to upload files to.
@@ -187,39 +187,39 @@ Create's Bucket in S3, AWS & NFS using sotrage pipe
187187
`parameters required if on GCLOUD Instance`:
188188
* `bucketName` - required, Bucketname to Create.
189189
* `location` - required, Define specific region e.g ASIA
190-
* `storageClass` - optinal, e.g coldline default storage or Leave the second argument blank for default settings.
190+
* `storageClass` - optional, e.g coldline default storage or Leave the second argument blank for default settings.
191191

192192
`parameters required if on NFS Instance`:
193193
* `bucketName` - required, Bucketname to Create.
194194

195195

196196
### StorageInstance.deleteBucket()
197-
Delete Bucket in S3, AWS & NFS using sotrage pipe
197+
Delete Bucket in S3, AWS & NFS using storage pipe
198198

199199
`parameters required`:
200200
* `bucketName` - required, Bucketname to Delete.
201201

202202

203203
### StorageInstance.listBuckets()
204-
List Buckets in S3, AWS & NFS using sotrage pipe
204+
List Buckets in S3, AWS & NFS using storage pipe
205205

206206
`parameters required`:
207207
* `None` - No parameters Required
208208

209209

210210
### StorageInstance.listFiles()
211-
List files in Bucket on S3, AWS & NFS using sotrage pipe
211+
List files in Bucket on S3, AWS & NFS using storage pipe
212212

213213
`parameters required`:
214214
* `bucketName` - required, Bucketname to List files from.
215215

216216

217217
### StorageInstance.deleteFile()
218-
Delete file in Bucket on S3, AWS & NFS using sotrage pipe
218+
Delete file in Bucket on S3, AWS & NFS using storage pipe
219219

220220
`parameters required`:
221221
* `bucketName` - required, Bucketname to delete file from.
222-
* `filename` - required, Filen to delete
222+
* `filename` - required, filename to delete
223223

224224

225225
### StorageInstance.getBucketMetadata()

0 commit comments

Comments
 (0)