Skip to content
代码片段 群组 项目
  • Mohamed Awnallah's avatar
    75cf1cb5
    sdks/python: enable recursive deletion for GCSFileSystem Paths (#33611) · 75cf1cb5
    Mohamed Awnallah 创作于
    * sdks/python: enable recursive deletion for GCS
    
    In this commit, we enable recursive deletion for
    GCS (Google Cloud Storage) paths, including directories
    and blobs.
    
    Changes include:
    - Updated the `delete` method to support recursive deletion of GCS
      directories (prefixes).
    - If the path points to a directory, all blobs under that prefix are
      deleted.
    - Refactored logic to handle both single blob and directory deletion
      cases.
    
    * sdks/python: update delete test case for GCS
    
    In this commit, we update the delete test to verify
    recursive deletion of directories (prefixes) in GCS.
    
    Changes include:
    - Added test for deleting a GCS directory (prefix) with multiple files.
    - Verified files under a directory are deleted recursively when using the delete method.
    
    * CHANGES.md: update CHANGES for `2.63.0`
    
    * CHANGES.md: capitalize `enable` word
    sdks/python: enable recursive deletion for GCSFileSystem Paths (#33611)
    Mohamed Awnallah 创作于
    * sdks/python: enable recursive deletion for GCS
    
    In this commit, we enable recursive deletion for
    GCS (Google Cloud Storage) paths, including directories
    and blobs.
    
    Changes include:
    - Updated the `delete` method to support recursive deletion of GCS
      directories (prefixes).
    - If the path points to a directory, all blobs under that prefix are
      deleted.
    - Refactored logic to handle both single blob and directory deletion
      cases.
    
    * sdks/python: update delete test case for GCS
    
    In this commit, we update the delete test to verify
    recursive deletion of directories (prefixes) in GCS.
    
    Changes include:
    - Added test for deleting a GCS directory (prefix) with multiple files.
    - Verified files under a directory are deleted recursively when using the delete method.
    
    * CHANGES.md: update CHANGES for `2.63.0`
    
    * CHANGES.md: capitalize `enable` word
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
要在任何这些版本中查找此项目存储库的状态,请检查 标签。.