pending.nvim/lua/pending/sync
Barrett Ruth 9b3abcb19a feat(sync): s3 backend (#112)
* feat(s3): create bucket interactively during auth when unconfigured

Problem: when a user runs `:Pending s3 auth` with no bucket configured,
auth succeeds but offers no way to create the bucket. The user must
manually run `aws s3api create-bucket` and update their config.

Solution: add `util.input()` coroutine-aware prompt wrapper and a
`create_bucket()` flow in `s3.lua` that prompts for bucket name and
region, handles the `us-east-1` LocationConstraint quirk, and logs a
config snippet on success. Called automatically from `auth()` when
`sync.s3.bucket` is absent.

* ci: typing
2026-03-08 20:20:16 -04:00
..
gcal.lua feat: auth backend (#111) 2026-03-08 19:53:42 -04:00
gtasks.lua feat: auth backend (#111) 2026-03-08 19:53:42 -04:00
oauth.lua refactor(types): extract inline anonymous types into named classes (#110) 2026-03-08 19:49:49 -04:00
s3.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00
util.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00