diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst index fb4f0a23d7..eac3cbdfb5 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | |||
@@ -686,9 +686,9 @@ Such functionality is set by the variable: | |||
686 | delegate access to resources, if this variable is set, the Az Fetcher will | 686 | delegate access to resources, if this variable is set, the Az Fetcher will |
687 | use it when fetching artifacts from the cloud. | 687 | use it when fetching artifacts from the cloud. |
688 | 688 | ||
689 | You can specify the AZ_SAS variable as shown below:: | 689 | You can specify the AZ_SAS variable prefixed with a ? as shown below:: |
690 | 690 | ||
691 | AZ_SAS = "se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>" | 691 | AZ_SAS = "?se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>" |
692 | 692 | ||
693 | Here is an example URL:: | 693 | Here is an example URL:: |
694 | 694 | ||