Skip to content
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

add intial path to StorageBrowser #6325

Open
2 tasks
ajishab opened this issue Jan 29, 2025 · 1 comment
Open
2 tasks

add intial path to StorageBrowser #6325

ajishab opened this issue Jan 29, 2025 · 1 comment
Labels
feature-request Request a new feature pending-triage Issue is pending triage

Comments

@ajishab
Copy link

ajishab commented Jan 29, 2025

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Storage

Please describe your feature-request in detail.

with the native s3 console I can share links to subfolders, with storage browser it always refreshes at the base level (all configured paths). I would like to be able to browse to a subpath automatically based on URL.

Please describe a solution you'd like.

I want to use a react router to define the path to display in storage browser. eg vs storage browser starting at the at base level.

We love contributors! Is this something you'd be interested in working on?

  • 👋 I may be able to implement this feature request.
  • ⚠️ This feature might incur a breaking change.
@ajishab ajishab added the feature-request Request a new feature label Jan 29, 2025
@github-actions github-actions bot added pending-triage Issue is pending triage pending-maintainer-response Issue is pending response from an Amplify UI maintainer labels Jan 29, 2025
@calebpollman
Copy link
Member

Hi @ajishab is your project using the predefined StorageBrowser or createStorageBrowser? For example:

// predefined StorageBrowser
import { StorageBrowser } from '@aws-amplify/ui-react-storage';

// createStorageBrowser
import { createStorageBrowser } from '@aws-amplify/ui-react-storage/browser';

@github-actions github-actions bot removed the pending-maintainer-response Issue is pending response from an Amplify UI maintainer label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature pending-triage Issue is pending triage
Projects
None yet
Development

No branches or pull requests

2 participants