Mark Feltner

Results 7 comments of Mark Feltner

> I just ran into this as well. I was glad the withCredentials option was available, but agree it should default to false. Yeah, it was annoying that I had...

Internet Explorer 11 appears to have the same behavior as Firefox (i.e., can only paste images into `contenteditable` elements) [1] [1] - http://msdn.microsoft.com/en-us/library/ie/dn265023(v=vs.85).aspx#clipboard

@rnicholus -- I'd still love to overhaul it simply because I think it should be easier to develop against our documentation generator, and it should be easier to compile the...

Running into this issue now when trying to upload from an EC2 instance that has credentials supplied via IAM instance profiles. Ideally, should be able to provide the `session` token...

Since the secret key and access key should change in tandem would it make sense to have the signature endpoint return the accessKey? This would ensure each request was signed...

Hmm.. I was thinking each `File` would be a [readable Stream](http://nodejs.org/api/stream.html#stream_class_stream_readable). It might require some control flow helper to not be a mess. Making the recursive directory scanner an [Event...