Remove the locationCredentialsProvider option from the public API input options' common interface:
Add a separate getProperties API exported from @aws-amplify/storage/internals path that contains locationCredentialsProvider option. The resolving logic is unchanged.
Description of changes
Following changes are made as part of this PR:
locationCredentialsProvider
option from the public API input options' common interface:getProperties
API exported from@aws-amplify/storage/internals
path that containslocationCredentialsProvider
option. The resolving logic is unchanged.Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.