Ryan Toronto

Results 100 comments of Ryan Toronto

Cool, thanks for the PR! I'd like to understand this a little better... can you show me how'd you use this with code? Do you have if statements inside your...

Ok cool , makes sense! I'll probably need a few days before I can get this merged and published. One thing that would help speed things up is if you...

Thanks! I think the best way would be to track all the promises returned by `uploadToS3()` then then `await Promise.all(uploadPromises)` to know when they're done. If you want to share...

Nice catch! Does this updated policy look right? ```json { "Version": "2012-10-17", "Statement": [ { "Sid": "Statement1", "Effect": "Allow", "Principal": "*", "Action": ["s3:GetObject", "s3:PutObject"], "Resource": "arn:aws:s3:::BUCKET_NAME/*" } ] } ```

Thanks Alex! I'll do some testing and report back :)

Hey, thanks for the issue! Not sure but sounds like there could be a big in this library. Could you share your upload code?

Hmm, ok your code looks spot on. I'll try to test out with Safari and see if I can get you an answer. Sorry you're running into this issue.

Looks like this is a bug in lib-storage. We use lib-storage under the hood to do the upload. * https://github.com/aws/aws-sdk-js-v3/issues/2365 * https://github.com/aws/aws-sdk-js-v3/issues/3986 In the first thread someone had an solution...

@makivlach Yup! Auth is out of scope for this lib. You if you need full control over your deletes you're better off sticking with this library for uploads and using...

I used this command to fix this error on my machine. ``` sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ ```