-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Thanks for stopping by to let us know something could be better!
Please include as much information as possible:
Environment details
- OS: Mac
- Java version: 8
- google-cloud-java version(s):
val googleStorageNew: ModuleID = "com.google.cloud" % "google-cloud-storage" % "1.53.0"
val googleStorageLocal: ModuleID = "com.google.cloud" % "google-cloud-nio" % "0.71.0-alpha" % "test"
Steps to reproduce
Code is in scala
val page = db.list(bucketName.value, BlobListOption.prefix(objectNamePrefix), BlobListOption.pageSize(1), BlobListOption.currentDirectory())
if db is LocalStorageHelper, page.iterateAll() only gives me one page of object; if db is com.google.cloud.storage.Storage, then page.iterateAll will indeed give me multiple pages as documented.
Stacktrace
Any relevant stacktrace here.
Code snippet
Any relevant code snippet to help reproduce the issue.External references such as API reference guides used
- ?
Any additional information below
Following these steps will guarantee the quickest resolution possible.
Thanks!
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.