To be able to delete, download and list a pseudo-folder on CLI
Registered by
Thiago Gomes
The goal of this blueprint is enable work specifically with pseudo-folders
as well as occur with the containers. This will facilitate the usability of the CLI.
Thus, with this blueprint we will be able to list only the pseudo-folder objects,
to delete all its objects and to download only its objects.
Command line idea:
$ swift <subcommand> container/
With <subcommand> = delete OR download OR list
See full specification URL for more details.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Thiago Gomes
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
My apologies!
Already there is the --prefix option that can do all of this. In my search I hadn't seen this option, but today I had the pleasure to find it. :-)
The only difference was that we wouldn't use the --prefix option, but would make no sense. :-)
(?)