Skip to content

Commit

Permalink
Merge pull request #781 from opengisch/866av28j2-real_delete
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Sep 4, 2023
2 parents 5885c49 + 44862a0 commit 6f19d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-app/qfieldcloud/core/utils2/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def delete_all_project_files_permanently(project_id: str) -> None:
f"Suspicious S3 deletion of all project files with {prefix=}"
)

_delete_by_prefix_versioned(prefix)
_delete_by_prefix_permanently(prefix)


def delete_project_file_permanently(
Expand Down

0 comments on commit 6f19d8f

Please sign in to comment.