Update storageService.json (#12529)

Add support to using a custom storage connection
This commit is contained in:
Josh Liberty 2023-07-31 17:01:37 +01:00 committed by GitHub
parent f215a4424f
commit 5d53335d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@
"oneOf": [
{
"$ref": "connections/storage/s3Connection.json"
},
{
"$ref": "connections/storage/customStorageConnection.json"
}
]
}