Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Alipan Storage backend #651

Merged
merged 8 commits into from
May 10, 2024

Commits on Apr 12, 2024

  1. Add support for Alipan Storage backend

    * Add `download_from_alipan` function and `AlipanUploader` class
    
    * Add tests for both download and upload
    
    * Add docs for configure Alipan Storage Credentials
    
    * Add `AliPCS-Py` to setup.py as extra dependence
    PeterDing committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3acb2f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. * Raise a FileNotFoundError when the remote path doesn't exist

    * Use accurate `download_file` instead of the general `download`
      when download a remote file
    
    * Raise a `ValueError` when the remote is `None` at uploading
    
    * Format code
    PeterDing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    44d0bc7 View commit details
    Browse the repository at this point in the history
  2. Fix syntax

    PeterDing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    828935f View commit details
    Browse the repository at this point in the history
  3. Fix syntax

    PeterDing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ca4b7ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c621f09 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    06f0f0a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Correct grammar

    Co-authored-by: Saaketh Narayan <saaketh@mosaicml.com>
    PeterDing and snarayan21 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    64c9d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a608d99 View commit details
    Browse the repository at this point in the history