@@ -149,15 +149,15 @@ def create(
149149 Creates a new R2 bucket.
150150
151151 Args:
152- account_id: Account ID
152+ account_id: Account ID.
153153
154- name: Name of the bucket
154+ name: Name of the bucket.
155155
156- location_hint: Location of the bucket
156+ location_hint: Location of the bucket.
157157
158158 storage_class: Storage class for newly uploaded objects, unless specified otherwise.
159159
160- jurisdiction: Creates the bucket in the provided jurisdiction
160+ jurisdiction: Creates the bucket in the provided jurisdiction.
161161
162162 extra_headers: Send extra headers
163163
@@ -212,26 +212,26 @@ def list(
212212 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
213213 ) -> BucketListResponse :
214214 """
215- Lists all R2 buckets on your account
215+ Lists all R2 buckets on your account.
216216
217217 Args:
218- account_id: Account ID
218+ account_id: Account ID.
219219
220220 cursor: Pagination cursor received during the last List Buckets call. R2 buckets are
221221 paginated using cursors instead of page numbers.
222222
223- direction: Direction to order buckets
223+ direction: Direction to order buckets.
224224
225225 name_contains: Bucket names to filter by. Only buckets with this phrase in their name will be
226226 returned.
227227
228- order: Field to order buckets by
228+ order: Field to order buckets by.
229229
230- per_page: Maximum number of buckets to return in a single call
230+ per_page: Maximum number of buckets to return in a single call.
231231
232232 start_after: Bucket name to start searching after. Buckets are ordered lexicographically.
233233
234- jurisdiction: Lists buckets in the provided jurisdiction
234+ jurisdiction: Lists buckets in the provided jurisdiction.
235235
236236 extra_headers: Send extra headers
237237
@@ -287,11 +287,11 @@ def delete(
287287 Deletes an existing R2 bucket.
288288
289289 Args:
290- account_id: Account ID
290+ account_id: Account ID.
291291
292- bucket_name: Name of the bucket
292+ bucket_name: Name of the bucket.
293293
294- jurisdiction: The bucket jurisdiction
294+ jurisdiction: The bucket jurisdiction.
295295
296296 extra_headers: Send extra headers
297297
@@ -335,14 +335,14 @@ def get(
335335 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
336336 ) -> Bucket :
337337 """
338- Gets metadata for an existing R2 bucket.
338+ Gets properties of an existing R2 bucket.
339339
340340 Args:
341- account_id: Account ID
341+ account_id: Account ID.
342342
343- bucket_name: Name of the bucket
343+ bucket_name: Name of the bucket.
344344
345- jurisdiction: The bucket jurisdiction
345+ jurisdiction: The bucket jurisdiction.
346346
347347 extra_headers: Send extra headers
348348
@@ -440,15 +440,15 @@ async def create(
440440 Creates a new R2 bucket.
441441
442442 Args:
443- account_id: Account ID
443+ account_id: Account ID.
444444
445- name: Name of the bucket
445+ name: Name of the bucket.
446446
447- location_hint: Location of the bucket
447+ location_hint: Location of the bucket.
448448
449449 storage_class: Storage class for newly uploaded objects, unless specified otherwise.
450450
451- jurisdiction: Creates the bucket in the provided jurisdiction
451+ jurisdiction: Creates the bucket in the provided jurisdiction.
452452
453453 extra_headers: Send extra headers
454454
@@ -503,26 +503,26 @@ async def list(
503503 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
504504 ) -> BucketListResponse :
505505 """
506- Lists all R2 buckets on your account
506+ Lists all R2 buckets on your account.
507507
508508 Args:
509- account_id: Account ID
509+ account_id: Account ID.
510510
511511 cursor: Pagination cursor received during the last List Buckets call. R2 buckets are
512512 paginated using cursors instead of page numbers.
513513
514- direction: Direction to order buckets
514+ direction: Direction to order buckets.
515515
516516 name_contains: Bucket names to filter by. Only buckets with this phrase in their name will be
517517 returned.
518518
519- order: Field to order buckets by
519+ order: Field to order buckets by.
520520
521- per_page: Maximum number of buckets to return in a single call
521+ per_page: Maximum number of buckets to return in a single call.
522522
523523 start_after: Bucket name to start searching after. Buckets are ordered lexicographically.
524524
525- jurisdiction: Lists buckets in the provided jurisdiction
525+ jurisdiction: Lists buckets in the provided jurisdiction.
526526
527527 extra_headers: Send extra headers
528528
@@ -578,11 +578,11 @@ async def delete(
578578 Deletes an existing R2 bucket.
579579
580580 Args:
581- account_id: Account ID
581+ account_id: Account ID.
582582
583- bucket_name: Name of the bucket
583+ bucket_name: Name of the bucket.
584584
585- jurisdiction: The bucket jurisdiction
585+ jurisdiction: The bucket jurisdiction.
586586
587587 extra_headers: Send extra headers
588588
@@ -626,14 +626,14 @@ async def get(
626626 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
627627 ) -> Bucket :
628628 """
629- Gets metadata for an existing R2 bucket.
629+ Gets properties of an existing R2 bucket.
630630
631631 Args:
632- account_id: Account ID
632+ account_id: Account ID.
633633
634- bucket_name: Name of the bucket
634+ bucket_name: Name of the bucket.
635635
636- jurisdiction: The bucket jurisdiction
636+ jurisdiction: The bucket jurisdiction.
637637
638638 extra_headers: Send extra headers
639639
0 commit comments