We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@filipeperdigaosousa Sounds sane for me . Would you provide a PR ? @bilal-naeem-confiz comments?
Sorry, something went wrong.
@filipeperdigaosousa @aheumaier That seems correct to me.
@filipeperdigaosousa can you generate a PR for this? I'll test it out and merge it
Update Azure::Storage::Blob::BlobService Interface
5e49f3b
Update Azure::Storage::Blob::BlobService Interface from here https://azure.github.io/azure-storage-ruby/Azure/Storage/Blob/BlobService.html fog#389
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: