Skip to content

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

License

Notifications You must be signed in to change notification settings

oguzhancoskun/aws-s3.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Languages