Get Recycle Bin Activation Information
Updated at:2025-11-03
If users want to obtain the activation information of the bucket recycle bin as well as the current recycle bin directory name, the code is as follows:
Plain Text
1response = bos_client.get_bucket_trash(bucket_name)
2print("trash_dir:", response.trash_dir)
