Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Hong
2020-06-09 23:00:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3cd95620e96265a565efcbc4f1bf109310eaf522
3cd95620
1 parent
9519ba2a
.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
backend/routes/folders.js
backend/routes/share.js
backend/routes/folders.js
View file @
3cd9562
...
...
@@ -2,7 +2,7 @@ const express = require('express');
const
router
=
express
.
Router
();
const
AWS
=
require
(
"aws-sdk"
);
const
moment
=
require
(
"moment"
);
AWS
.
config
.
loadFromPath
(
__dirname
+
"/
../
modules/awsconfig.json"
);
AWS
.
config
.
loadFromPath
(
__dirname
+
"/modules/awsconfig.json"
);
const
BUCKET_NAME
=
"hong-s3-cloud"
;
let
curPath
=
""
;
...
...
backend/routes/share.js
View file @
3cd9562
...
...
@@ -2,7 +2,7 @@ const express = require('express');
const
router
=
express
.
Router
();
const
AWS
=
require
(
"aws-sdk"
);
const
moment
=
require
(
"moment"
);
AWS
.
config
.
loadFromPath
(
__dirname
+
"/
../
modules/awsconfig.json"
);
AWS
.
config
.
loadFromPath
(
__dirname
+
"/modules/awsconfig.json"
);
const
BUCKET_NAME
=
"hong-s3-cloud"
;
...
...
Please
register
or
login
to post a comment