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

Option to Remove GUID from filename in media uploads #1124

Closed
topanoe opened this issue Apr 24, 2020 · 3 comments
Closed

Option to Remove GUID from filename in media uploads #1124

topanoe opened this issue Apr 24, 2020 · 3 comments

Comments

@topanoe
Copy link

topanoe commented Apr 24, 2020

Media filenames uploaded to Azure Blob Storage are prepended with GUID. Using this answer from StackOverflow as a suggestion, would it be possible to have an option added to remove the GUID?

@tidyui
Copy link
Member

tidyui commented Apr 24, 2020

As long as there’s another way to ensure uniqueness of the path. Maybe media could be put in a Guid based folder?

@tidyui
Copy link
Member

tidyui commented Apr 26, 2020

Also you have to be aware of that if you would change provider the old files wouldn't be found. The reason for this is that path is not saved in the database, it is resolved by the storage provider.

@tidyui
Copy link
Member

tidyui commented May 3, 2020

This needs some modifications in the storage API, we'll add this for a future release!

@tidyui tidyui added this to the Version 8.3 milestone May 10, 2020
@tidyui tidyui self-assigned this May 10, 2020
@tidyui tidyui closed this as completed in 445172b May 11, 2020
tidyui added a commit that referenced this issue May 11, 2020
…ings

Added naming settings for FileStorage & BlobStorage. Fixes #1124
@tidyui tidyui changed the title Need option to Remove GUID from file name in media uploads to Azure Blob Storage Option to Remove GUID from filename in media uploads May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants