diff --git a/modules/cloudinary_stream_wrapper/src/StreamWrapper/CloudinaryStreamWrapper.php b/modules/cloudinary_stream_wrapper/src/StreamWrapper/CloudinaryStreamWrapper.php
index 66728e7..ae6e687 100644
--- a/modules/cloudinary_stream_wrapper/src/StreamWrapper/CloudinaryStreamWrapper.php
+++ b/modules/cloudinary_stream_wrapper/src/StreamWrapper/CloudinaryStreamWrapper.php
@@ -69,6 +69,13 @@ class CloudinaryStreamWrapper implements StreamWrapperInterface {
    */
   protected $resource = NULL;
 
+  /**
+   * The context of the stream.
+   *
+   * @var Array
+   */
+  public $context = NULL;
+
   /**
    * Returns the type of stream wrapper.
    *
