2 Commits

Author SHA1 Message Date
9d12338630 1.0.6 2021-12-20 16:38:52 +01:00
3c75bfedfc fix(core): update 2021-12-20 16:38:51 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smarts3",
"version": "1.0.5",
"version": "1.0.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smarts3",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"dependencies": {
"@pushrocks/smartfile": "^9.0.3",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smarts3",
"version": "1.0.5",
"version": "1.0.6",
"private": false,
"description": "create an s3 endpoint that maps to a local directory",
"main": "dist_ts/index.js",

View File

@ -40,7 +40,7 @@ export class Smarts3 {
console.log('s3 server is running');
}
public async getLocalS3Descriptor(): Promise<plugins.smartbucket.ISmartBucketConfig> {
public async getS3Descriptor(): Promise<plugins.smartbucket.ISmartBucketConfig> {
return {
accessKey: this.dataForClient.s3AccessKey,
accessSecret: this.dataForClient.s3AccessSecret,