-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(react-storage): fix createStorageBrowser type issue #6217
Conversation
|
89dd87a
to
d80ade5
Compare
This reverts commit c59b2e2.
This reverts commit c59b2e2.
* Revert "fix(react-storage): fix createStorageBrowser type issue (#6217)" This reverts commit c59b2e2. * fix(react-storage): expose additional storage browser types * Update packages/react-storage/src/components/StorageBrowser/actions/configs/types.ts Co-authored-by: Caleb Pollman <cpollman@amazon.com> * Update packages/react-storage/src/components/StorageBrowser/types.ts Co-authored-by: Caleb Pollman <cpollman@amazon.com> * Update packages/react-storage/src/components/StorageBrowser/types.ts Co-authored-by: Caleb Pollman <cpollman@amazon.com> * Create nine-berries-smile.md --------- Co-authored-by: Caleb Pollman <cpollman@amazon.com>
Description of changes
expose additional storage browser types
Description of how you validated changes
linked and tested
react-storage
package locallyChecklist
yarn test
passes and tests are updated/addeddocs
,e2e
,examples
, or other private packages.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.