Is there a tool to set Cache-Control headers for a large number of blobs?

已答复 Is there a tool to set Cache-Control headers for a large number of blobs?

  • 2012年5月1日 15:12
     
     

    I'm about to copy 500,000 files into blob storage, and I'd like to set Cache-Control headers on them as well. I'm planning to use CloudXplorer to do the copy. Although it can set the headers for individual files, if I try to set them at the container or folder level, they don't stick (the dialogs appear to accept the commands, but when I check the metadata afterwards, they aren't set).

    Is there another tool available that works for this kind of thing? Or am I going to need to write a program to do it?


    Check out my book: Ultra-fast ASP.NET: Building Ultra-Fast and Ultra-Scalable Websites using ASP.NET and SQL Server

全部回复

  • 2012年5月1日 15:59
     
     已答复

    Do take a look at Cloud Storage Studio (http://www.cerebrata.com/Products/CloudStorageStudio), a tool my company has built. It allows you to set blob properties at either the blob container level or at a folder level. Since Windows Azure Blob Storage only supports this functionality at blob level, what we do is fetch all blobs (for that container or folder) and set the blob properties on each blob.

    I've attached 2 screenshots.

    Hope this helps.

    Thanks

    Gaurav Mantri

    Cerebrata Software

    http://www.cerebrata.com

    • 已标记为答案 RickNZ 2012年5月5日 6:13
    •  
  • 2012年5月9日 8:35
     
     

    Hi

    You can use CloudBerry Explorer for Azure Blob Storage 

    There is also Free Edition available this feature is available

    Regards

    Madan

    dmadan.wordpress.com


    • 已编辑 dmadan 2012年5月12日 13:55
    •