Skip to content

Update Object Storage quota doc link #543

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

Merged
merged 1 commit into from
May 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linode_api4/groups/object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def quotas(self, *filters):
"""
Lists the active ObjectStorage-related quotas applied to your account.

API Documentation: TBD
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quotas

:param filters: Any number of filters to apply to this query.
See :doc:`Filtering Collections</linode_api4/objects/filtering>`
Expand Down
4 changes: 2 additions & 2 deletions linode_api4/objects/object_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ class ObjectStorageQuota(Base):
An Object Storage related quota information on your account.
Object Storage Quota related features are under v4beta and may not currently be available to all users.

API documentation: TBD
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota
"""

api_endpoint = "/object-storage/quotas/{quota_id}"
Expand All @@ -603,7 +603,7 @@ def usage(self):
"""
Gets usage data for a specific ObjectStorage Quota resource you can have on your account and the current usage for that resource.

API documentation: TBD
API documentation: https://techdocs.akamai.com/linode-api/reference/get-object-storage-quota-usage

:returns: The Object Storage Quota usage.
:rtype: ObjectStorageQuotaUsage
Expand Down