You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
The function azureListStorageBlobs() currently returns a maximum of 5000 records, even if more blobs exist. It would be useful to expose the marker and maxresults URI parameters for the "List Blobs" Blob Service API call (https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/list-blobs) so that all blobs can be listed. Exposing the prefix and delimiter parameters would also be helpful.
The text was updated successfully, but these errors were encountered:
angusrtaylor
changed the title
Expose URI parameters in List Blobs call
Expose URI parameters in calls to "List Blobs" Blob Service API
Feb 13, 2017
angusrtaylor
changed the title
Expose URI parameters in calls to "List Blobs" Blob Service API
Remove limit of 5000 blobs returned from azureListStorageBlobs()
Feb 13, 2017
* 44-blob-no-authenticate:
Update tests to reflect that function output is TRUE when successful #31
Remove redundant arguments, e.g. azToken #50
Add validateStorageArguments() function #46
Support downloading more than 5000 blob results, by passing maxresults as an argument #48
Replace cat() with message() #49
Modify tests to reflect that azureCheckToken() return logical value
Modify azurePutBlob() to use callAzureStorageApi() and updateAzureActiveContext() #46
Add updateAzureActiveContext() function to simplify code #46
Only attempts to authenticate if is.activeAzureContect() is TRUE #46
Define callAzureStorageApi() function and use in azureListStorageBlobs() #46
Don't authenticate - workaround for testing - have to fix this!!! #44
Allow setting azureContext = NULL to access blob storage. Edits only to azureListStorageBlobs() and azureGetBlob() #44
Add Visual Studio RTVS files to .gitignore
The function azureListStorageBlobs() currently returns a maximum of 5000 records, even if more blobs exist. It would be useful to expose the marker and maxresults URI parameters for the "List Blobs" Blob Service API call (https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/list-blobs) so that all blobs can be listed. Exposing the prefix and delimiter parameters would also be helpful.
The text was updated successfully, but these errors were encountered: