feat: new adapter for S3 buckets (#677)
* Added s3 support * Save work * Various bug fixes * Minor cleanup * Minor bug fixes * Fix typo * Update following feedback + minor bug fix * Fix CI * Cleanup and remove bucket entry_type * Make suggested changes * Better aws existence check * Fix typo * refactor: don't bother caching aws executable status --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
This commit is contained in:
parent
01cb3a8ad7
commit
e5bd931edb
6 changed files with 565 additions and 4 deletions
|
|
@ -2,9 +2,9 @@ if exists("b:current_syntax")
|
|||
finish
|
||||
endif
|
||||
|
||||
syn match oilCreate /^CREATE /
|
||||
syn match oilCreate /^CREATE\( BUCKET\)\? /
|
||||
syn match oilMove /^ MOVE /
|
||||
syn match oilDelete /^DELETE /
|
||||
syn match oilDelete /^DELETE\( BUCKET\)\? /
|
||||
syn match oilCopy /^ COPY /
|
||||
syn match oilChange /^CHANGE /
|
||||
" Trash operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue