Skip to content

Commit 6bbea84

Browse files
authored
Add API documentations to objects/object_storage (#273)
## 📝 Description Adding missing API documentations to the existing resources in object_storage. https://jira.linode.com/browse/TPT-1931
1 parent e7c4098 commit 6bbea84

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

linode_api4/objects/object_storage.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ def access(self, cluster, bucket_name, permissions):
456456
class ObjectStorageCluster(Base):
457457
"""
458458
A cluster where Object Storage is available.
459+
460+
API documentation: https://www.linode.com/docs/api/object-storage/#cluster-view
459461
"""
460462

461463
api_endpoint = "/object-storage/clusters/{id}"
@@ -494,6 +496,8 @@ def buckets_in_cluster(self, *filters):
494496
class ObjectStorageKeys(Base):
495497
"""
496498
A keypair that allows third-party applications to access Linode Object Storage.
499+
500+
API documentation: https://www.linode.com/docs/api/object-storage/#object-storage-key-view
497501
"""
498502

499503
api_endpoint = "/object-storage/keys/{id}"

0 commit comments

Comments
 (0)