Skip to content

Commit de85355

Browse files
authored
Merge branch 'master' into doc-fix
2 parents 1e8525a + 2118fc8 commit de85355

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AzureStor 3.7.1
22

33
- Update documentation links for CRAN
4+
- Fix a bug that caused a generated SAS to be invalid (thanks to Peter Solymos, #134)
45

56
# AzureStor 3.7.0
67

R/sas.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ get_user_delegation_sas.default <- function(account, key, resource, start=NULL,
257257
auth_api_version,
258258
resource_type,
259259
snapshot_time,
260-
"",
260+
"", # ses not yet implemented
261+
"", # rscc, rscd, rsce, rscl, rsct not yet implemented
261262
"",
262263
"",
263264
"",
@@ -350,6 +351,7 @@ get_service_sas.default <- function(account, resource, key, service, start=NULL,
350351
auth_api_version,
351352
resource_type,
352353
snapshot_time,
354+
"", # ses not yet implemented
353355
"", # rscc, rscd, rsce, rscl, rsct not yet implemented
354356
"",
355357
"",
@@ -366,6 +368,7 @@ get_service_sas.default <- function(account, resource, key, service, start=NULL,
366368
ip,
367369
protocol,
368370
auth_api_version,
371+
"", # ses not yet implemented
369372
"", # rscc, rscd, rsce, rscl, rsct not yet implemented
370373
"",
371374
"",

0 commit comments

Comments
 (0)