mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Merge pull request #1342 from vinodkiran/BUGFIX/AWS-S3-Region
BugFix: S3 File Loader: Region missing
This commit is contained in:
@@ -162,8 +162,11 @@ class S3_DocumentLoaders implements INode {
|
|||||||
accessKeyId?: string
|
accessKeyId?: string
|
||||||
secretAccessKey?: string
|
secretAccessKey?: string
|
||||||
} = {
|
} = {
|
||||||
accessKeyId,
|
region,
|
||||||
secretAccessKey
|
credentials: {
|
||||||
|
accessKeyId,
|
||||||
|
secretAccessKey
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
loader.load = async () => {
|
loader.load = async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user