aws-amplify / amplify-android

The fastest and easiest way to use AWS from your Android app.
https://docs.amplify.aws/lib/q/platform/android/
Apache License 2.0
249 stars 117 forks source link

chore: fix storage list with multiple buckets #2908

Closed phantumcode closed 2 months ago

phantumcode commented 2 months ago

Issue #, if available:

Description of changes: Fix issue with the Storage list api always defaulting to the default storage service instead of using the storage service based on whether a different bucket is passed in as part of the options parameter.

How did you test these changes? Failed integration tests now passes.

Documentation update required?

General Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.