Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Remove limit of 5000 blobs returned from azureListStorageBlobs() #48

Closed
angusrtaylor opened this issue Feb 13, 2017 · 0 comments
Closed
Assignees
Milestone

Comments

@angusrtaylor
Copy link
Member

angusrtaylor commented Feb 13, 2017

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.

@angusrtaylor 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 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
@andrie andrie self-assigned this Feb 13, 2017
@andrie andrie added this to the v0.2.3 milestone Feb 13, 2017
andrie added a commit that referenced this issue Feb 13, 2017
andrie added a commit that referenced this issue 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
@andrie andrie closed this as completed May 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants