tinshuksingh
Results
2
comments of
tinshuksingh
Hi @nateiam, Please find details you asked, - Output from Storages GET for S3StorageUnit: { "name": "S3StorageUnit", "storagePlatformName": "S3", "attributes": [] } - `java -jar herd-uploader-0.63.0.jar -a xxx -p xxx/xxx...
@kenisteward I updated the storage with attributes as: { "name": "S3StorageUnit", "storagePlatformName": "S3", "attributes": [ { "name": "bucket.name", "value": "bucketName" } ] } but getting same error as earlier I...