Dan Ryan

Results 10 issues of Dan Ryan

- Update pipfile with latest versions etc - Tests will pass once #153 is merged

It is possible to support symbolic linking on S3 by relying on the native metadata field `website_redirect_location`. This is intended to be used with website buckets as a redirect key,...

- Add support for symbolic links in S3 - Check for symlinks during `read` and directory traversal - Add `S3Path.is_symlink`, `S3Path.symlink_to`, `_S3Accessor.symlink`, and `_S3Accessor.is_symlink` - Refactor `ObjectSummary` instantiation to a...

In light of the AST parsing issues we should find a way to add universal exception handling in the AST parser to decide: 1) when we encounter an exception, whether...

Another piece of #55 plus #56 (2/4)

review

#55 3/4 (split things into separate libraries)

review

- Separation of concerns - actions are now separated from CLI interface - Models are separated from 'internals' - May want to think about what to do with internals to...

in progress

I often have to verify myself that `uri` is not a valid key in pipfile entries, so it would be helpful if we could either alias it to `file` or...

- Rely instead on `distro.linux_distribution` on python 3 - Fall back to `platform.dist` on python 2 - If python 2 support is ever dropped, we can switch to relying on...