Cody Rigney

Results 11 comments of Cody Rigney

Made an attempt [here](https://github.com/dudykr/stc/pull/247). Would appreciate any feedback!

Hi Thomas, I don't believe I've ever noticed this issue. Is it causing file corruption?

Thanks, I think I can look into this next week. If you happen to fix it, I'll gladly accept a PR.

Hi @jrista! Since there are no "folders" in S3, this library emulates them by creating empty files ending in `.dir`. When there is a `.dir` there is a "folder". Anyway,...

Yes @jrista, sorry for the delayed response. They are just empty files that indicate to the library that a "folder" exists there. Just to clarify your request, are you asking...

I'm also experiencing this issue.

Hello, that sounds like a great idea. Unfortunately, I am no longer maintaining this library. Definitely feel free to fork it and add this feature!

Also, please update the typescript definition file `node-sftp-s3.d.ts`

Is there a way to ignore external types? Like ``` import { Tail } from './Animal' interface Cat { color: string; tail: Tail; // ignore, don't validate this } ```

I also have the same issue.