/aws-s3.nvim

AWS S3 File Edit Instanly, Upload New or Edit Existing Remote Object

Primary LanguageLuaMIT LicenseMIT

aws-s3.nvim

Luacheck language version author neovim license GitHub stars

aws-s3.nvim is a Lua module for NeoVim or Vim that facilitates the use of AWS S3 services. It allows you to create new object or update existing object.

Requirements

Installation

Using vim-plug

Plug 'oguzhancoskun/aws-s3.nvim'

Configuration

requre('aws-s3').setup{
  fidget = true, -- if you want to see the outputs on fidget (optional)
  aws_region = 'eu-west-1' -- default value is 'eu-west-1' (optional)
}

Commands

  • :S3Create - Add object to AWS S3
  • :S3Update - Update object in AWS S3

Features

  • Add object to AWS S3
  • Update object in AWS S3