Skip to content

Commit 54c0a1f

Browse files
authored
fix(services/swift): add missing copy capability flag (#7204)
fix(services/swift): declare copy capability that is already implemented The copy() method is fully implemented in the SwiftBackend Access trait but copy: true was missing from the Capability struct, so callers had no way to know the operation was available.
1 parent 9b154a0 commit 54c0a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/services/swift/src/backend.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ impl Builder for SwiftBuilder {
152152

153153
delete: true,
154154

155+
copy: true,
156+
155157
list: true,
156158
list_with_recursive: true,
157159

0 commit comments

Comments
 (0)