carrierwave-azure icon indicating copy to clipboard operation
carrierwave-azure copied to clipboard

Windows Azure blob storage support for CarrierWave

Results 8 carrierwave-azure issues
Sort by recently updated
recently updated
newest added

- Fixed ::Azure::Blob::BlobService.new calling - file exists typo

There's an error like this when I tried to save the file. `NameError (uninitialized constant Azure::BlobService):` I have fixed it by modifying it into `Azure::Blob::BlobService`

azure gem version 0.7.9 uses Azure::Blob::BlobService instead of Azure::BlobService.

hello guys, i have an issu after installing carrierwave-azure 1 -gem 'carrierwave-azure' in gemfile 2- bundle install 3- carrierwave.rb in initializers looks like CarrierWave.configure do |config| config.azure_credentials = { :storage_account_name...

Azure storage has a limit of ~65mb per file/chunk so it should be uploaded in 4mb chunks.

renamed the method to CarrierWave::Storage::Azure::File#exist? following the naming criteria on the File class (#exists? exists, but's deprecated) Fixes #5

Is this just a typo? Could you please take a look at this line? https://github.com/unosk/carrierwave-azure/blob/master/lib/carrierwave/storage/azure.rb#L63