Skip to content

Commit

Permalink
typo in r2 calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 10, 2022
1 parent a44aaa3 commit 0db4961
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
""" API core commands for Cloudflare API"""

import time

def api_v4(self):
""" API core commands for Cloudflare API"""

Expand Down Expand Up @@ -689,7 +691,7 @@ def accounts_email(self):
def accounts_r2(self):
""" accounts r2 """

self.add('AUTH', 'accounts', 'r2')
self.add('VOID', 'accounts', 'r2')
self.add('AUTH', 'accounts', 'r2/buckets')
self.add('AUTH', 'accounts', 'r2/buckets', 'usage')
self.add('AUTH', 'accounts', 'r2/buckets', 'objects')
Expand Down

0 comments on commit 0db4961

Please sign in to comment.