I'm trying to use it with asset_sync gem but I cannot upload any files.
When the it is listing the existing blobs it is raising an error "TypeError: exception class/object expected" at this point,
|
raise temp unless temp.instance_of?(Azure::Service::EnumerationResults) |
.
Should you check if "temp" is instance of Azure::Storage::Common::Service::EnumerationResults instead of Azure::Service::EnumerationResults?
I tried with this change and the code works fine
I'm trying to use it with asset_sync gem but I cannot upload any files.
When the it is listing the existing blobs it is raising an error "TypeError: exception class/object expected" at this point,
fog-azure-rm/lib/fog/azurerm/requests/storage/list_blobs.rb
Line 24 in 42ca817
Should you check if "temp" is instance of Azure::Storage::Common::Service::EnumerationResults instead of Azure::Service::EnumerationResults?
I tried with this change and the code works fine