1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 16:19:44 +02:00

S3 uploads support (#273)

* finish s3 uploads implementation

* remove unnecessary file

* fix docs

* update DEVELOPMENT.md

* update doc

* update default uploads path
This commit is contained in:
Nikita Melnikov 2022-10-08 14:26:11 +04:00 committed by GitHub
parent 55b4b3ee61
commit 8c794304b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 1373 additions and 248 deletions

View file

@ -53,13 +53,6 @@ export default class Editor {
byFile: '/api/transport/image',
byUrl: '/api/transport/fetch',
},
additionalRequestData: {
map: JSON.stringify({
url: 'file:url',
size: 'file:size',
mimetype: 'file:mime',
}),
},
},
},