Page 1 of 1

Open Telekom Cloud/Huawei OBS

Posted: Tue Mar 29, 2022 9:57 am
by usufk
Hi,

I need to sync files to the Open Telekom Cloud (which is based on the Huawei Cloud solution): local --> S3://usdev-gitlab-uploads@obs.eu-de.otc.t-systems.com

The syncing of the file list works, but the upload of the files seem to cause an error:

Code: Select all

Retrying after exception: Server Error
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><RequestId>0000017FD4F970DC4821A61E46E4BB9A</RequestId><HostId>Mao3UqdZF0QFrNHATX4GTn+hOrvd2lm1bSJgHLoXloXKtsvfv4b02q+IkVoTPVRP</HostId></Error>
, Retry Number: 0
Telekom documentation: https://docs.otc.t-systems.com/api_obs/ ... 60315.html
Huawei documentation: https://support.huaweicloud.com/intl/en ... index.html

Did sb got this working?

Best Regards, Felix

Re: Open Telekom Cloud/Huawei OBS

Posted: Tue Mar 29, 2022 10:22 am
by tobias
Hello,
very interesting. Of course it could really be an internal server error, but maybe the HTTP requests need to be modified for this cloud.

I will try to sign up for an acccount and try to make it work.

Re: Open Telekom Cloud/Huawei OBS

Posted: Tue Mar 29, 2022 3:14 pm
by tobias
Hello,
in the meantime, if you would like to analyze the HTTP traffic yourself, you can turn on Internet Protocol Logging on the Program Settings dialog, tab sheet Logs. This will produce FTPLOG files in the TEMP folder, which you could compare against other S3 clients, or even the documentation. But I will do my best to sign up myself and test this soon.

Re: Open Telekom Cloud/Huawei OBS

Posted: Wed Mar 30, 2022 8:13 pm
by usufk
Hi, I was able to solve this issue. It's a bug with the cloud storage, not your software.

The internal server happens if you are uploading a file to an encrypted bucket but the upload user has no permission to actually use the key for encryption.

For details on how to correctly setup the permissions, please see: https://community.open-telekom-cloud.co ... 69a6744146

@tobias Thanks for the quick reply. Hope this help future customers.

Best Regards, Felix

Re: Open Telekom Cloud/Huawei OBS

Posted: Wed Mar 30, 2022 8:45 pm
by tobias
Hello,
many thanks for the information!