Clean up JS Doc
This commit is contained in:
parent
a58ed7711f
commit
2280419779
|
@ -8,9 +8,7 @@ module.exports = StorageService;
|
|||
/**
|
||||
* Storage service constructor. Properties of options object depend on the storage service provider.
|
||||
*
|
||||
*
|
||||
* @options {Object} options The options to create a provider; see below.
|
||||
* @prop {Object} connector <!-- What is this? -->
|
||||
* @prop {String} provider Storage service provider. Must be one of:
|
||||
* <ul><li>'filesystem' - local file system.</li>
|
||||
* <li>'amazon'</li>
|
||||
|
@ -75,7 +73,6 @@ StorageService.prototype.getContainers = function (cb) {
|
|||
* Create a new storage service container. Other option properties depend on the provider.
|
||||
*
|
||||
* @options {Object} options The options to create a provider; see below.
|
||||
* @prop {Object} connector <!-- WHAT IS THIS? -->
|
||||
* @prop {String} provider Storage service provider. Must be one of:
|
||||
* <ul><li>'filesystem' - local file system.</li>
|
||||
* <li>'amazon'</li>
|
||||
|
|
Loading…
Reference in New Issue