Xuanwo commented on issue #7821: URL: https://github.com/apache/opendal/issues/7821#issuecomment-4797673986
> op.copy(src, des) 🔴 -> Unsupported (permanent) => copy - operation not permitted -> azdls azdls itself doesn't support copy: https://learn.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2 > op.copy(src, des) 🔴 -> Missing content_length http header issue -> s3 (NetApp) This seems to be a bug in NetApp. But it's fine to just fix it in opendal by adding a `content-length: 0` for CopyObject. -- 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]
