feat: extra options for generic S3 module

This commit is contained in:
NGPixel
2020-06-07 18:28:16 -04:00
parent e45145986a
commit ca0708ea75
2 changed files with 42 additions and 6 deletions

View File

@@ -26,12 +26,30 @@ props:
title: Access Key ID
hint: The Access Key ID.
order: 3
secretAccessKey :
secretAccessKey:
type: String
title: Access Key Secret
hint: The Access Key Secret for the Access Key ID above.
sensitive: true
order: 4
sslEnabled:
type: Boolean
title: Use SSL
hint: Whether to enable SSL for requests
default: true
order: 5
s3ForcePathStyle:
type: Boolean
title: Force Path Style for S3 objects
hint: Whether to force path style URLs for S3 objects.
default: false
order: 6
s3BucketEndpoint:
type: Boolean
title: Single Bucket Endpoint
hint: Whether the provided endpoint addresses an individual bucket.
default: false
order: 7
actions:
- handler: exportAll
label: Export All