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

How does this repo maintain the same quality with https://github.com/aws/aws-sdk-js? #37

Closed
Chengxuan opened this issue Dec 5, 2018 · 2 comments

Comments

@Chengxuan
Copy link

Chengxuan commented Dec 5, 2018

Since this repo is a fork of the aws sdk repo, how does it pick up the bug fixes and functionality improvement of the aws sdk repo. Based on the statistics from npm:
image

image

The aws sdk repo are being used heavily and has more issues & pull requests. How does this repo keep itself up to speed with the aws sdk repo?

FYI @ashharrison90

@Chengxuan
Copy link
Author

Chengxuan commented Dec 5, 2018

One example is #36 in which the same fix had been made for the aws sdk repo a year and 9 months ago.

That bug is not an edge case, it happens whenever there are more than 1 parts while uploading.
Our use case is back up our cloudant db to ibm cos3. We followed the example in here: https://github.com/cloudant/couchbackup/blob/master/examples/s3-backup-stream.js

The only difference is we are using the ibm sdk rather than the amazon sdk. FYI @ricellis

@barry-hueston
Copy link

Hi @Chengxuan,
thank you for your question.

We are currently working on synchronizing the patch levels with AWS, once complete our monthly releases cycles will be used to keep the patch levels in sync.

Thanks
Barry

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

No branches or pull requests

2 participants