You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,19 @@ client.delete_blob(path)
95
95
96
96
For the full list of methods: https://www.rubydoc.info/gems/azure-blob/AzureBlob/Client
97
97
98
+
## options
99
+
100
+
### Lazy loading
101
+
102
+
The client is configured to raise an error early for missing credentials, causing it to crash before becoming healthy. This behavior can sometimes be undesirable, such as during assets precompilation.
103
+
104
+
To enable lazy loading and ignore missing credentials, set the `lazy` option:
0 commit comments