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
Is your feature request related to a problem? Please describe.
Right now, the dashboard only allows you to download individual files from a bucket, you can't download the entire bucket or even a folder, and there's no way to access to underlying S3 bucket to do this manually.
Describe the solution you'd like
I would like to have three options here, if possible:
Allow us to download whole folders as a zip archive
Allow us to request a copy of our entire bucket, so that you can generate it and then give us a download link (not sure if this is feasible)
Give us the credentials to the S3 bucket so that be can use one of the many tools for downloading the whole bucket ourselves. An account with read access would be enough, so that there isn't a possibility of messing up the integrity between bucket and database.
Describe alternatives you've considered
Manually downloading each file, not having an independent backup of the data, and switching to a different service :)
Additional context
n/a
The text was updated successfully, but these errors were encountered:
I'm going to shift this one to the storage server, because it seems like it could be a feature that we'll need to build into the API. Thanks for the feature request @Chaphasilor
Unfortunately, we won't be able to generate S3 IAM creds for each project due to IAM limits. And we also run storage-api in multitenant mode which makes this slightly more complicated.
We are actively working on letting users bring their own S3 buckets now. Once you link your own bucket to storage, you should be able to manage backups and downloads on your side since you would have full access to the bucket.
Feature request
Is your feature request related to a problem? Please describe.
Right now, the dashboard only allows you to download individual files from a bucket, you can't download the entire bucket or even a folder, and there's no way to access to underlying S3 bucket to do this manually.
Describe the solution you'd like
I would like to have three options here, if possible:
Describe alternatives you've considered
Manually downloading each file, not having an independent backup of the data, and switching to a different service :)
Additional context
n/a
The text was updated successfully, but these errors were encountered: