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

Maintenance: Improve Multiple File Download Collision Formatting #514

Open
marofke opened this issue Nov 22, 2024 · 0 comments
Open

Maintenance: Improve Multiple File Download Collision Formatting #514

marofke opened this issue Nov 22, 2024 · 0 comments
Labels
job attachments For an issue with job attachments

Comments

@marofke
Copy link
Contributor

marofke commented Nov 22, 2024

Description

Currently, if you download your output on top of an existing download and use the CREATE_COPY option (i.e. you get colliding files), it appends " (1)" to the file name, over and over.

So if you download repeatedly, you could have a file like "output (1) (1) (1) (1) (1).png" which makes file names unnecessarily long.

Solution

Ideally, we increment a number to the file name for any collisions when using the CREATE_COPY option when downloading outputs. That is, if we have a file named "output.png", downloading it multiple times would create new files called "output (1).png", "output (2).png", etc.

@marofke marofke added the needs triage A new report that needs a first look label Nov 22, 2024
@epmog epmog added the job attachments For an issue with job attachments label Nov 26, 2024
@joel-wong-aws joel-wong-aws removed the needs triage A new report that needs a first look label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
job attachments For an issue with job attachments
Projects
None yet
Development

No branches or pull requests

3 participants