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

Fix: S3 bug with AliyundriveOpen when objectName contains /. #6660

Closed
wants to merge 8 commits into from

Commits on Jun 27, 2024

  1. Fix: when S3 PutObject with objectName contains /, aliyundriveopen fa…

    …iled due to KeyNotFound, make dir to fix this.
    David Hao committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eb24f45 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Revert "Fix: when S3 PutObject with objectName contains /, aliyundriv…

    …eopen failed due to KeyNotFound, make dir to fix this."
    
    This reverts commit eb24f45.
    David Hao committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6f85663 View commit details
    Browse the repository at this point in the history
  2. Fix: move makeDir downside into op/fs.go to cover all the cases of cr…

    …eate multi-level file
    David Hao committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7ae7857 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Revert "Fix: move makeDir downside into op/fs.go to cover all the cas…

    …es of create multi-level file"
    
    This reverts commit 7ae7857.
    David Hao committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    d237184 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Fix: when S3 PutObject with objectName contains /, al…

    …iyundriveopen failed due to KeyNotFound, make dir to fix this.""
    
    This reverts commit 6f85663.
    David Hao committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    aa7a587 View commit details
    Browse the repository at this point in the history
  3. Replace with akang943578/gofakes3

    David Hao committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    7460fad View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Revert "Replace with akang943578/gofakes3"

    This reverts commit 7460fad.
    David Hao committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b01cb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3218d7c View commit details
    Browse the repository at this point in the history