s3ed icon indicating copy to clipboard operation
s3ed copied to clipboard

An interface to s3 from emacs

Results 6 s3ed issues
Sort by recently updated
recently updated
newest added

The fix for #26 works great as long as you complete the s3ed command. I've found that if you change your mind and quit (`C-g`), the backspace binding remains and...

s3ed always errors out if `s3://` is the only thing in the minibuffer, or if I don't have access to the bucket in question. This is an attempt (though not...

This is a very helpful tool for my workflow so thanks for making it! I need to copy content with `--sse` flag every time I copy content but not sure...

The title says it all. It would be nice as then editing files in s3 would be integrated everywhere in Emacs.

Steps to reproduce: 1. Use `s3ed-find-file` to open a directory in dired 2. Select `.` or `..` and hit RETURN to run `dired-find-file`. Expected result: Does nothing (for `.`) or...

Steps to reproduce: 1. `s3ed-find-file` to list a directory (`s3://my-bucket/dir/dir2/`), which contains `dir3` 2. navigate to `dir3` in dired buffer and press `i` Expected result: * contents of `dir3` inserted...