fix(AwsS3 Node): Fix handling of bucket with dot in name (#8475)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-01-30 17:05:59 +01:00
committed by GitHub
parent e643a126f4
commit 0febe62ad0
3 changed files with 13 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
{
"parameters": {
"operation": "upload",
"bucketName": "bucket",
"bucketName": "buc.ket",
"fileName": "binary.json",
"additionalFields": {}
},