morristai commented on PR #3461:
URL: 
https://github.com/apache/incubator-opendal/pull/3461#issuecomment-1790175861

   > > * Swift doesn't support creating directories directly, as there's no 
such concept in Swift. Instead, I use [pseudo folders 
(Doc)](https://docs.openstack.org/ocata/user-guide/cli-swift-pseudo-hierarchical-folders-directories.html),
 but this creates some complications when listing.
   > 
   > You can use S3 as a reference, it's the same.
   > 
   > > * Swift doesn't support renaming files. My current implementation 
involves using the `copy` and `delete` API to achieve this.
   > 
   > Service should only support native operations. Please don't support rename 
if the service doesn't provide it.
   > 
   > > * Swift doesn't support appending to the same file.
   > 
   > The same. Don't support append if services not support.
   
   - Drop append and rename as native API doesn't support
   - Merge func create_dir with create_object to align native API
   
   (I should ask for implementation details first, spent some time flighting 
with `append` 😅)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to