-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Enhancement: Add storage quota #54
Comments
If using S3, you can add a quota to the Bucket, and get this feature that way That makes me think; Is there an Error message in the app, if the Bucket is full btw? We set up a policy on the bucket to delete any file older than 30 days, but it might fill up anyway. Would the users be notified that the uploads fails, because the bucket is full? |
If the upload fails, an error will be displayed. How are you setting the quota? And is there an API to retrieve the remaining space? |
Via the aws cli you can set the policies:
To check the remaining space, I personally just check our S3 website. And to set the quota, I also just used the website. Thanks for confirming the error display :) |
No description provided.
The text was updated successfully, but these errors were encountered: