TJ
TJ
probably, I'm not sure what the convention is there but that would make sense to me!
hmm maybe we should normalize those header fields into individual struct fields, seems a little less ideal to just pass the http headers as-is IMO
I think that would be pretty useful, haven't needed it myself but I like the idea of having access to the download metadata etc from Dropbox-Api-Result instead of just a...
What about embedding the metadata struct into the regular output so we can unmarshal it for the user? I think that'd be a little better API-wise than having to manually...
Nice! I'll think about it. In some ways I like separate files, some of my actions get a little large, but in general this seems fine to me, having the...
I just peeked at their source, looks like we could omit `if c.Credentials.AccessKeyID != "" {` and let it default to env vars, and remove the need for the UseIAMRole...
easy to add them above the rate limiting middleware so they take precedence, i dunno, just my $0.2
yeah probably a good idea to add some blacklisting flags (and defaults) yup :) haha. I'll fix that soon
I can't think of too many cases where it would be useful, usually you can just do the same thing by rewriting the url to match the mount point, but...
PRETTY COLORS haha. the time part can be useful in dev, date not so much, but if it's in a nice yy-mm-dd hh:mm:ss format it wouldn't bother me