Skip to content

Comments

feat(services/vercel_blob): add delete operator#6396

Merged
asukaminato0721 merged 1 commit intoapache:mainfrom
kingsword09:feat-add-vercel-blob-delete
Jul 13, 2025
Merged

feat(services/vercel_blob): add delete operator#6396
asukaminato0721 merged 1 commit intoapache:mainfrom
kingsword09:feat-add-vercel-blob-delete

Conversation

@kingsword09
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Implement delete support for vercel_blob

What changes are included in this PR?

New feature support

Are there any user-facing changes?

@kingsword09 kingsword09 requested a review from Xuanwo as a code owner July 13, 2025 09:28
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. releases-note/feat The PR implements a new feature or has a title that begins with "feat" labels Jul 13, 2025
@kingsword09
Copy link
Contributor Author

OPENDAL_TEST=vercel_blob cargo test behavior::test_delete --features tests,services-vercel-blob
tests,services-vercel-blob
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
     Running unittests src/lib.rs (target/debug/deps/opendal-55572a5999a02d4e)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 138 filtered out; finished in 0.00s

     Running tests/behavior/main.rs (target/debug/deps/behavior-2481cc447aeb3018)

running 7 tests
test behavior::test_delete_with_version              ... ok
test behavior::test_delete_with_not_existing_version ... ok
test behavior::test_delete_not_existing              ... ok
test behavior::test_delete_empty_dir                 ... ok
test behavior::test_delete_with_special_chars        ... ok
test behavior::test_delete_file                      ... ok
test behavior::test_delete_stream                    ... ok

test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 91 filtered out; finished in 173.34s

Copy link
Contributor

@yihong0618 yihong0618 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@asukaminato0721 asukaminato0721 merged commit 2b2011c into apache:main Jul 13, 2025
87 checks passed
@kingsword09 kingsword09 deleted the feat-add-vercel-blob-delete branch July 13, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/feat The PR implements a new feature or has a title that begins with "feat" size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants