Describe the issue
The parameter objectsKeyPattern for grantRead(identity, objectsKeyPattern?) has the type any; But it seems it needs to be a string and nothing else.
I initially thought the parameter had to be a object due to the name.
Same wrong type is found for
grantDelete(identity, objectsKeyPattern?)
grantPut(identity, objectsKeyPattern?)
grantReadWrite(identity, objectsKeyPattern?)
grantWrite(identity, objectsKeyPattern?, allowedActionPatterns?)
Incidentally grantPutAcl(identity, objectsKeyPattern?) has correct type.
Links
Describe the issue
The parameter
objectsKeyPatternforgrantRead(identity, objectsKeyPattern?)has the typeany; But it seems it needs to be astringand nothing else.I initially thought the parameter had to be a
objectdue to the name.Same wrong type is found for
grantDelete(identity, objectsKeyPattern?)grantPut(identity, objectsKeyPattern?)grantReadWrite(identity, objectsKeyPattern?)grantWrite(identity, objectsKeyPattern?, allowedActionPatterns?)Incidentally
grantPutAcl(identity, objectsKeyPattern?)has correct type.Links