sudharsansrini opened a new issue, #7821: URL: https://github.com/apache/opendal/issues/7821
### Describe the bug s3 and azdls : Code from opendal import Operator op = Operator(<credentials provided>) Move functionality is working 🟢 op.read(src) op.write(dest, src) op.delete(src) Not working when op.copy(src, des) 🔴 -> Unsupported (permanent) => copy - operation not permitted -> azdls op.copy(src, des) 🔴 -> Missing content_length http header issue -> s3 (NetApp) op.delete(src) Getting the error ### Steps to Reproduce op.copy(src, des) 🔴 -> Unsupported (permanent) => copy - operation not permitted -> azdls op.copy(src, des) 🔴 -> Missing content_length http header issue -> s3 (NetApp) ### Expected Behavior It was working before, I can able to copy files and folders from s3 and ADLS ### Additional Context _No response_ ### Are you willing to submit a PR to fix this bug? - [ ] Yes, I would like to submit a PR. -- 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]
