Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest solution for uploading for aws with insufficient permissions #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mregydev
Copy link

Regarding issue number 24 which is related to uploading work inspite of insufficient permissions ,

First adapter upload method is resolved when result stream from createWriteStream emits finished event.

I think problem is that result stream from createWriteStream always emit finished events when it is done even when there is error so I thought of make result stream emit custom event ( I called 'uploaded') when there is no error in the callback of aws upload method and make adapter upload merhod resolve when emitting this event ( I made this case of aws adapter only)

@mregydev
Copy link
Author

@robertrossmann any updates with this pull request ? thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants