File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,8 @@ export class LspConnection {
6060 this . authHandlers = new LspAuthHandlers ( this . connection ) ;
6161 this . stackHandlers = new LspStackHandlers ( this . connection ) ;
6262 this . resourceHandlers = new LspResourceHandlers ( this . connection ) ;
63- < < < << << HEAD
6463 this . relatedResourcesHandlers = new LspRelatedResourcesHandlers ( this . connection ) ;
65- === === =
6664 this . s3Handlers = new LspS3Handlers ( this . connection ) ;
67- >>> >>> > de2865b ( Added new command for S3 file upload )
6865
6966 this . communication . console . info ( `${ ExtensionName } launched from ${ __dirname } ` ) ;
7067
@@ -97,11 +94,8 @@ export class LspConnection {
9794 this . authHandlers ,
9895 this . stackHandlers ,
9996 this . resourceHandlers ,
100- < < < << << HEAD
10197 this . relatedResourcesHandlers ,
102- = === ===
10398 this . s3Handlers ,
104- > > >>> >> de2865b ( Added new command for S3 file upload )
10599 ) ;
106100 }
107101
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ export type UploadFileParams = {
55 s3Url : string ;
66} ;
77
8- export const UploadFileRequest = new RequestType < UploadFileParams , void , void > ( 'aws/s3/uploadFile ' ) ;
8+ export const UploadFileRequest = new RequestType < UploadFileParams , void , void > ( 'aws/s3/file/upload ' ) ;
You can’t perform that action at this time.
0 commit comments