Azure / azure-storage-ruby

Microsoft Azure Storage Library for Ruby
http://azure.github.io/azure-storage-ruby/
82 stars 158 forks source link

added access tier information and creation time of blob in response #198

Closed ganeshshrivas closed 2 years ago

ganeshshrivas commented 3 years ago

Blob list api not returning Access Tier information(HOT, COOL, ARCHIVE) in response, it is present in xml so I have added these information in API. so that we will know Access tier and Access tier change date for individual blob.

katmsft commented 2 years ago

Hi, thanks for your contribution, is it possible for you to also add a test case (UT/FT) or modify previous test case for this added functionality? Thanks!

ganeshshrivas commented 2 years ago

Hi, thanks for your contribution, is it possible for you to also add a test case (UT/FT) or modify previous test case for this added functionality? Thanks!

Hi @katmsft I have checked our test case so we are returning Array enumerations and checking same in test. I just added some extra information in array so we do not need to update test case we still returning Array enumerations with some extra info. Please have a look and let me know thanks