We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960bce1 commit 35eb28aCopy full SHA for 35eb28a
packages/backup/src/backup/main.py
@@ -98,7 +98,7 @@ def backup():
98
)
99
100
print("Downloading exported item...")
101
- export_item.download(save_path=f"./temp/sample-bucket/{item.id}", file_name="data.zip")
+ export_item.download(save_path=f"./temp/sample-bucket/{item.id}/short", file_name="data.zip")
102
except Exception as error:
103
print(error)
104
print(
0 commit comments