feat(medusa-file-s3): Allow all AWS options in config (#2809)

This commit is contained in:
Philip Korsholm
2022-12-20 10:01:30 +01:00
committed by GitHub
parent 4ef0bffff9
commit 79cddc23da
4 changed files with 47 additions and 10 deletions
+3
View File
@@ -13,5 +13,8 @@ Learn more about how you can use this plugin in the [documentaion](https://docs.
region: "eu-west-1"
access_key_id: "YOUR-ACCESS-KEY",
secret_access_key: "YOUR-SECRET-KEY",
aws_config_object : {
// object for aws config properties
}
}
```