Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide possibility to store large attachments in several ZIP files #312

Open
hagenw opened this issue Jul 13, 2023 · 0 comments
Open

Provide possibility to store large attachments in several ZIP files #312

hagenw opened this issue Jul 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@hagenw
Copy link
Member

hagenw commented Jul 13, 2023

When a attaching a large file to the database or a folder containing lots of large files, audb will in both cases create a single very large ZIP file and try to upload it to the backend. This might fail for some backends, e.g. you can get a timeout when uploading large files to Artifactory depending on the server settings.

Maybe we could provide the option that a single ZIP file is used for each file in the attachment folder, or that a user could in general specify a max_archive_size in audb.config and the archive files are automatically split into smaller files before uploading.

@hagenw hagenw added the enhancement New feature or request label Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant