Christopher Radek
Christopher Radek
@cfey It's not currently possible to import integrations directly with this library. Right now you'd need to rely on analytics-next fetching those integrations based on your source configuration. We do...
@markstos Thank you for the feedback. We'll work on updating the documentation to include helpful links.
@oyeanuj Are you trying to perform a multipart upload from a browser? The Managed Uploader you linked to accomplishes that, and works directly with File objects. You can also use...
@kaihendry Thanks for the suggestion. Tagging this issue with documentation for tracking. For the example you wrote, you might want to listen for the `error` events on either stream so...
@elasticsteve You would need to wrap the stream in a promise, like in this [example](https://github.com/aws/aws-sdk-js/issues/1436#issuecomment-290445593). Note: like @cvrajeesh commented, you would want to take care to properly close streams in...
@elasticsteve You can totally just pass the resolve function to the close event. My example was for the original poster, and they were returning the destPath so my example did...
I haven't tried to reproduce your issue (just passing by and chiming in) but when this happens, do you notice your presigned urls to a specific bucket are all using...
@cfey Yes, you can now load integrations from npm. Check out the docs here and please let us know if anything is unclear! https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm
Ah, I guess we could view this as a breaking change if someone were passing in their own CDN settings (seems unlikely outside of tests though)
I think this is a great start. I have a few high-level comments/questions: 1. Do we need to make any changes to how classic integrations load? It looks like the...