You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, some (several) assets might be associated with the same image file. Currently, this would lead to multiple upload (and charges) for the same file.
Ideal solution or implementation
The upload command should maintain a list of assets already uploaded and before uploading a new one, check whether is has already been uploaded or not. This can be done by comparing the hash of the image file, so even if image names are different – likely the case since they are named after the index of the asset – they won't be re-uploaded.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Yes, especially that if using Shadow Drive, the file is accesible with its own name. But it should at least ask for confirmation that this is the expected behavior.
Feature
In some cases, some (several) assets might be associated with the same image file. Currently, this would lead to multiple upload (and charges) for the same file.
Ideal solution or implementation
The
upload
command should maintain a list of assets already uploaded and before uploading a new one, check whether is has already been uploaded or not. This can be done by comparing the hash of the image file, so even if image names are different – likely the case since they are named after the index of the asset – they won't be re-uploaded.Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: