az_blob_fs-8.x-1.x-dev/src/Constants/AzBlobFsConstants.php
src/Constants/AzBlobFsConstants.php
<?php
namespace Drupal\az_blob_fs\Constants;
/**
* Provide a class to store constants related to module.
*
* @package Drupal\az_blob_fs\Constants
*/
final class AzBlobFsConstants {
/**
* Store file scheme prefix.
*
* @var string
*/
public const SCHEME = 'azblob';
/**
* GovCloud API endpoint suffix.
*
* @var string
*/
public const GOV_CLOUD_ENDPOINT = "core.usgovcloudapi.net";
}
