Method: Azure::Storage::Common::Default.storage_access_key
- Defined in:
- lib/azure/storage/common/default.rb
.storage_access_key ⇒ String
Default storage access key
84 85 86 |
# File 'lib/azure/storage/common/default.rb', line 84 def storage_access_key ENV["AZURE_STORAGE_ACCESS_KEY"] end |