You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified all of my SDK modules are up-to-date (you can perform a bulk update with go get -u github.com/aws/aws-sdk-go-v2/...)
Describe the bug
I'm facing NoSuchKey error when I use HuaweiOBS provider
Regression Issue
Select this option if this issue appears to be a regression.
Expected Behavior
I hope the copy can be successful when i use HuaweiOBS
Current Behavior
After consulting Huawei OBS technical personnel, they concluded that the query parameter cannot be added during put upload, but x-id can be added during rclone copy. Only GCS requests will remove this parameter.
Reproduction Steps
rclone copy /root/aa posix:haozebucket/
Possible Solution
Is the x-id parameter mandatory? Can a configuration be provided to control whether the X-ID is carried?
Thanks for reaching out.
Could you please provide a code example that reproduces the issue you're facing? Also, can you provide more details/context about the issue for better understanding.
Is the x-id parameter mandatory? Can a configuration be provided to control whether the X-ID is carried?
x-id was added as a parameter to disambiguate calls to S3, and the actual AWS S3 server supports it.
The AWS SDK only guarantees support for AWS products. We do not support HuaweiOBS / digital ocean spaces /Minio and any other S3 clones. You'll have to reach out to Huawei for them to add support for it or implement a middleware the removes this from the request before its being sent to the server.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
I'm facing NoSuchKey error when I use HuaweiOBS provider
Regression Issue
Expected Behavior
I hope the copy can be successful when i use HuaweiOBS
Current Behavior
After consulting Huawei OBS technical personnel, they concluded that the query parameter cannot be added during put upload, but x-id can be added during rclone copy. Only GCS requests will remove this parameter.
Reproduction Steps
rclone copy /root/aa posix:haozebucket/
Possible Solution
Is the x-id parameter mandatory? Can a configuration be provided to control whether the X-ID is carried?
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
rclone v1.68.1
Compiler and Version used
go version go1.21.6 windows/amd64
Operating System and version
centos 8.1
The text was updated successfully, but these errors were encountered: