Open Telekom Cloud/Huawei OBS

English Support for Cloud Storage
Post Reply
usufk
Posts: 2
Joined: Tue Mar 29, 2022 9:37 am

Open Telekom Cloud/Huawei OBS

Post 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
Attachments
usdev-gitlab-uploads.zip
config and log
(8.92 KiB) Downloaded 386 times

tobias
Posts: 1603
Joined: Tue Mar 31, 2020 7:37 pm

Re: Open Telekom Cloud/Huawei OBS

Post 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.

tobias
Posts: 1603
Joined: Tue Mar 31, 2020 7:37 pm

Re: Open Telekom Cloud/Huawei OBS

Post 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.

usufk
Posts: 2
Joined: Tue Mar 29, 2022 9:37 am

Re: Open Telekom Cloud/Huawei OBS

Post 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

tobias
Posts: 1603
Joined: Tue Mar 31, 2020 7:37 pm

Re: Open Telekom Cloud/Huawei OBS

Post by tobias »

Hello,
many thanks for the information!

Post Reply