Skip to content

Feature Request: Add --prefix option to directly navigate to specific S3 path on startup #75

@kkoshin

Description

@kkoshin

Currently, STU supports the --bucket option to directly open a specific S3 bucket, but there's no way to navigate directly to a specific path within that bucket. Users must manually navigate through the folder hierarchy using the UI.

Current Behavior:

stu --bucket my-bucket  
# Opens bucket root, then user must navigate: folder1/ -> folder2/ -> target/

Requested Feature:

stu --bucket my-bucket --prefix folder1/folder2/target/  
# Should directly open the specified path within the bucket

Use Case:
When working with deeply nested S3 structures (e.g., logs/application/prod/2024/01/), it would be much more efficient to jump directly to the target location rather than clicking through multiple folder levels each time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions