This website requires JavaScript.
Explore
Help
Register
Sign In
liz
/
wikijs-fork
Watch
1
Star
0
Fork
0
You've already forked wikijs-fork
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a581d9837a
wikijs-fork
/
server
/
modules
/
storage
/
s3
/
storage.js
4 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: AWS S3 + Digitalocean Spaces storage modules (#1015) * Provide basic implementation of AWS S3 storage module * Abstract S3 Compatible Storage Module logic * Refactor `getFileExtension()` into the `page` object * Add implementation for Digitalocean storage module * Remove accidental `async`/`await` in S3 Storage Module * Remove argument from the call to `page.getFileExtension()` https://github.com/Requarks/wiki/pull/1015#discussion_r321990073
2019-09-09 01:11:25 +00:00
const
S3CompatibleStorage
=
require
(
'./common'
)
feat: storage module refactor + UI fixes
2018-07-08 05:12:43 +00:00
feat: AWS S3 + Digitalocean Spaces storage modules (#1015) * Provide basic implementation of AWS S3 storage module * Abstract S3 Compatible Storage Module logic * Refactor `getFileExtension()` into the `page` object * Add implementation for Digitalocean storage module * Remove accidental `async`/`await` in S3 Storage Module * Remove argument from the call to `page.getFileExtension()` https://github.com/Requarks/wiki/pull/1015#discussion_r321990073
2019-09-09 01:11:25 +00:00
module
.
exports
=
new
S3CompatibleStorage
(
'S3'
)
Reference in New Issue
Copy Permalink