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.