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

Define a server-wide data limit and restrict data limits on all keys to fall within that total amount #1383

Open
QingXXiong opened this issue Aug 7, 2023 · 0 comments
Labels
feature request New feature or request server usage/data controls issues related to controlling and limiting data

Comments

@QingXXiong
Copy link

QingXXiong commented Aug 7, 2023

What's wrong

No control over the total data transferred for a server. It's easier and safer to set a data limit for a server no matter how many keys exist.

What to improve

Enforce the 'Data Limit' value for a server to each access key. That's, the 'Data Limit' value for a key can't be higher than the value for a server. Also, if multiple keys exist, for creating a new key, remind the remaining data limit for this key to use. For example, you have an X server with a data limit value of 80 GB, and you have three keys with a 10 GB data limit for each. Now, you want to create another key, then this key can't have a data limit of > 50 GB. This value should be a default value for the Data Limit field. Also, if the data limit value is higher than it, an error message should show.

I think the current features for data limit may be a subset of what I described. That's, for the current feature, you have infinite data to transfer for a server, so you enforce the infinite 'Data Limit' value for all keys.

@QingXXiong QingXXiong reopened this Aug 7, 2023
@QingXXiong QingXXiong changed the title Data Limit value not syncing between 'Connection > Data Limit' and 'Settings > Data Limit' Enforce Data Limit for a server on all the server's access keys Aug 7, 2023
@maddyhof maddyhof changed the title Enforce Data Limit for a server on all the server's access keys Define a server-wide data limit and restrict data limits on all keys to fall within that total amount Aug 14, 2023
@maddyhof maddyhof added this to Service Provider Issues in [DEPRECATED] Outline (Classic) Aug 14, 2023
@maddyhof maddyhof added usage/data controls issues related to controlling and limiting data and removed usage management labels Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request server usage/data controls issues related to controlling and limiting data
Projects
[DEPRECATED] Outline (Classic)
Service Provider Issues
Development

No branches or pull requests

2 participants