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
I ran into an issue trying to list files from a directory that only happens with Azure storage. The code below works both with FileSystemStorage and S3Boto3Storage, but on Azure the files list is empty. It's only able to list the files when I add a trailing slash to the directory _, old_files = default_storage.listdir(f"{RecordsDownloader.DOWNLOAD_DIR}/").
I ran into an issue trying to list files from a directory that only happens with Azure storage. The code below works both with
FileSystemStorage
andS3Boto3Storage
, but on Azure the files list is empty. It's only able to list the files when I add a trailing slash to the directory_, old_files = default_storage.listdir(f"{RecordsDownloader.DOWNLOAD_DIR}/")
.The text was updated successfully, but these errors were encountered: