fix(AwsS3 Node): Fix handling of bucket with dot in name (#8475)
This commit is contained in:
committed by
GitHub
parent
e643a126f4
commit
0febe62ad0
@@ -23,7 +23,7 @@
|
||||
{
|
||||
"parameters": {
|
||||
"operation": "upload",
|
||||
"bucketName": "bucket",
|
||||
"bucketName": "buc.ket",
|
||||
"fileName": "binary.json",
|
||||
"additionalFields": {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user