File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -511,13 +511,35 @@ paths:
511511 - Storage
512512 /storage/user-bucket :
513513 delete :
514- description : Delete the current user's S3 bucket
514+ description : ' Delete the current user'' s S3 bucket
515+
516+
517+ Note:
518+
519+ Amazon S3 processes bucket deletion asynchronously. The bucket may
520+
521+ remain visible for a short period until deletion fully propagates.'
515522 operationId : delete_user_bucket
516523 responses :
517- ' 204 ' :
524+ ' 202 ' :
525+ content :
526+ application/json :
527+ schema : {}
518528 description : Successful Response
519529 security :
520530 - HTTPBearer : []
521531 summary : Delete User Bucket
522532 tags :
523533 - Storage
534+ /storage/user-bucket/objects :
535+ delete :
536+ description : Deletes all the objects from current user's S3 bucket
537+ operationId : empty_user_bucket
538+ responses :
539+ ' 204 ' :
540+ description : Successful Response
541+ security :
542+ - HTTPBearer : []
543+ summary : Empty User Bucket
544+ tags :
545+ - Storage
You can’t perform that action at this time.
0 commit comments