Hello,
I'm trying to user the overwriting storage url parameter in the nifi version 1.23.2.
Do you know what is the correct parameter to set for the "Storage API URL" in the processor PutGCSObject ?
If I setup "https://storage-euwest1.p.googleapis.com/storage/v1/"
It got this error :
PutGCSObject[id=aea7e07c-018b-1000-ffff] Failure completing upload flowfile=test/minh.txt bucket=xxx key=test/minh.txt reason=404 Not Found POST https://storage-euwest1.p.googleapis.com/upload/storage/v1/storage/v1/b/xxx/o?name=test/minh.txt&uploadType=resumable Not Found: com.google.cloud.storage.StorageException: 404 Not Found
If I setup "https://storage-euwest1.p.googleapis.com"
It got this error :
PutGCSObject[id=aea7e07c-018b-1000-ffff] Failure completing upload flowfile=test/minh.txt bucket=xxx key=test/minh.txt reason=www.googleapis.com: com.google.cloud.storage.StorageException: www.googleapis.com - Caused by: java.net.UnknownHostException: www.googleapis.com
Thanks for help
Minh
