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
박기범
2020-06-17 15:59:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43f86a878f9e64476e22ac6ba41840612860f098
43f86a87
1 parent
fa4f5321
final
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
backend/public/upload/contactdownload.xlsx
backend/routes/modules/awsconfig.json
backend/routes/share.js
front-end/src/components/FileList.vue
front-end/src/components/make_contact.vue
backend/public/upload/contactdownload.xlsx
0 → 100644
View file @
43f86a8
No preview for this file type
backend/routes/modules/awsconfig.json
View file @
43f86a8
{
"accessKeyId"
:
""
,
"secretAccessKey"
:
""
,
"sessionToken"
:
""
,
"accessKeyId"
:
"
ASIAXZL2SWFE7RVIQWMR
"
,
"secretAccessKey"
:
"
9jma9/SQaOtO0TTwAau6oAF8TAJnlAlYv9HEabrA
"
,
"sessionToken"
:
"
FwoGZXIvYXdzEE4aDO4cT2tMBe42G1RJ5CLDAY7wPcUthCMzIgaspQd6iv45FmR0OS2Y5Z9XBmNzxNgnpV5C5Vh+836WNHcQ9G3aza5XP4m9SThDutsuWvrZkRuEFXr/s4SWToklem1mpqclDSY0Ujx5evzd8A0wJkXuTANRBJEiCfDgAk8JqoH4LgU8u6zfnkdAZLqZaukxsEkX4bDaSHcgZv6BV9bYslGCj1F/xmwvIYPE/hriF0HWHOuZizMwe5B80/DQmjDHMcj2ACOsJ/2a9QbLnEdzV5Gp9egquSjYmaH3BTItMs76/JyfHNResCp+bYBTROXD4JJiCa/Q8+UQg8Fqo1xOsNLR+2a6b1Zs0n9g
"
,
"region"
:
"ap-northeast-2"
}
...
...
backend/routes/share.js
View file @
43f86a8
...
...
@@ -4,7 +4,7 @@ const AWS = require("aws-sdk");
const
moment
=
require
(
"moment"
);
AWS
.
config
.
loadFromPath
(
__dirname
+
"/modules/awsconfig.json"
);
const
BUCKET_NAME
=
"
hong-s3-c
loud"
;
const
BUCKET_NAME
=
"
khu
loud"
;
const
s3
=
new
AWS
.
S3
();
...
...
@@ -50,4 +50,4 @@ router.post('/', function(req, res, next) {
});
module
.
exports
=
router
;
\ No newline at end of file
module
.
exports
=
router
;
...
...
front-end/src/components/FileList.vue
View file @
43f86a8
...
...
@@ -680,7 +680,7 @@ export default {
cur: this.cfilename.location,
fileName: this.cfilename.file_name,
};
console.log(curentData.cur);
console.log(cur
r
entData.cur);
const detailData = await detailFile(currentData);
this.current_filename = detailData.data.file_name;
this.current_filedata = detailData.data.content;
...
...
front-end/src/components/make_contact.vue
View file @
43f86a8
...
...
@@ -66,8 +66,8 @@
sortable: false,
value: 'name'
},
{text: 'phone', value:'
email
'},
{text:'email', value:'
phone
'}
{text: 'phone', value:'
phone
'},
{text:'email', value:'
email
'}
],
contact_list : [],
contact_file : null
...
...
Please
register
or
login
to post a comment