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

remove directory feature #200

Open
afom opened this issue Aug 9, 2023 · 1 comment
Open

remove directory feature #200

afom opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@afom
Copy link

afom commented Aug 9, 2023

Is your feature request related to a problem? Please describe.

No ability to delete directories.

Describe the feature you'd like

Would like the ability to delete directories

@afom afom added the enhancement New feature or request label Aug 9, 2023
@simonkrol
Copy link
Member

Hi @afom,
That's an interesting idea, I'll add it to the backlog to be evaluated.

How would you anticipate the delete function working for directories with files/other directories in them?

My initial thoughts would be:

  1. Directories can have files nested within other directories, so we should be careful when performing deletes.
  2. A delete of a directory with something in it should require additional explicit action (like requiring that the user type Delete into a text box) in order to complete the delete (we could make this toggle-able through a CFN parameter).
  3. Directories which are completely empty should be able to be deleted without an explicit action.

Let me know what you think,
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants