1
0
Fork 0

various fixes

- use signed url for s3 downloads
- re-arrange tar.gz file to match original
- delete all working files after tarring
- import from s3 export

TODO

- check local export and import
- fix error when avatar missing
- deal with multiple s3 storage options (e.g. Azure)
This commit is contained in:
Hugh Rundle 2024-01-28 15:07:55 +11:00
parent 26c37de2d4
commit 2bb9a85591
No known key found for this signature in database
GPG key ID: A7E35779918253F9
7 changed files with 114 additions and 56 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 3.2.23 on 2024-01-14 00:55
# Generated by Django 3.2.23 on 2024-01-28 02:49
import bookwyrm.storage_backends
import django.core.serializers.json
@ -9,7 +9,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0191_merge_20240102_0326"),
("bookwyrm", "0192_sitesettings_user_exports_enabled"),
]
operations = [