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
Import a CSV file using the import wizard. Once the import completes navigate to the Resources tab and click on the resource name to get to the resource detail page. Click the download link. The imported resource filename is not randomised.
Actual behavior
Imported resources are uploaded to S3 from the server-side so the filename doesn't get randomised by django-buckets during file upload. These filenames should be randomised on the server side before being uploaded.
Expected behavior
Imported resource filenames should be randomised.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the error
Import a
CSV
file using the import wizard. Once the import completes navigate to theResources
tab and click on the resource name to get to the resource detail page. Click the download link. The imported resource filename is not randomised.Actual behavior
Imported resources are uploaded to S3 from the server-side so the filename doesn't get randomised by
django-buckets
during file upload. These filenames should be randomised on the server side before being uploaded.Expected behavior
Imported resource filenames should be randomised.
The text was updated successfully, but these errors were encountered: