Skip to content

syedhabib53/kong-plugin-s3

 
 

Repository files navigation

Kong Plugin S3

summary: Get AWS S3 Objects with AWS V4 signed request

Plugin Priority

Priority: 750

Plugin Version

Version: 0.1.0

Configs

name type required default validations
config.aws_key string false
config.aws_secret string false
config.aws_region string true
config.bucket_name string true
config.rewrites map[string][string] (*check 'config.rewrites' object) false
"/": "/index.html"
config.host string false
config.port integer false
443
- between:
- 0
- 65535
config.keys array[string] false

'config.rewrites' object

keys_type keys_validations values_type values_required values_default values_validations
string string true

Usage

---
plugins:
- name: s3
  enabled: true
  config:
    aws_key: ''
    aws_secret: ''
    aws_region: ''
    bucket_name: ''
    rewrites: {}
    host: ''
    port: 443
    keys: ["random-file.txt"]

About

Add additional functionalities :-)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 73.6%
  • Makefile 22.9%
  • Shell 3.5%