node-gitlab-2-github
node-gitlab-2-github copied to clipboard
Feature request: migrate images in issues
Currently, images are not migrated and result in 404s.
A MR ist verry welcome. 😄
#70 allows uploading attachments to S3.
did #70 implement this?
@ajRiverav yes. The instructions are here.
ok. I wasn't sure since the issue is still open.
Uploading attachments into the S3 is a great feature, but I was wondering if it's possible to migrate issue images into the GitHub itself, instead of S3?
@ashkansk it cannot be done. See the first comment in #70
Could you store images and other attachments into GitHub Project Wiki repository? The Wiki repository can be accessed via GIT command line?
As workaround could you store files locally. Later user will upload them manually to the Wiki repo preserving the relative path into https://github.com/<COMPANY>/<PROJECT>/wiki/uploads/ folder.
Looks like there is PR already by @bensons https://github.com/piceaTech/node-gitlab-2-github/pull/102