# Problem using Oracle S3 compatible storage

**URL:** https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538
**Category:** Support
**Created:** [November 25, 2019, 7:14pm UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538 "2019-11-25T19:14:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![andrigo\_fontana](https://forum.duplicati.com/letter_avatar_proxy/v4/letter/a/d07c76/32.png) [@andrigo\_fontana](https://forum.duplicati.com/u/andrigo_fontana)
#### Post date: [November 25, 2019, 7:14pm UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538/1 "2019-11-25T19:14:54Z")

</div>

Hi,

I’ve spent a hole day trying to troubleshoot it, but without success.  
I’m trying to use Oracle S3 Compatible Object Storage with Duplicati but i’m not able to do backups with it. it seems that it can connect and can list files, but cannot PUT files in it. Here’s a log of a backup operation and Verbose outputs.

Anyone can help me? I really need this working ☹

[duplicati logs.zip](https://forum.duplicati.com/uploads/short-url/sMJqD4G7udQ23kuOutLefK01jMN.zip) (2.6 KB)

---

<div class="post-metadata">

### Author: ![drwtsn32](https://forum.duplicati.com/user_avatar/forum.duplicati.com/drwtsn32/32/2591_2.png) [@drwtsn32](https://forum.duplicati.com/u/drwtsn32)
#### Post date: [November 25, 2019, 8:34pm UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538/2 "2019-11-25T20:34:52Z")

</div>

Hello and welcome to the forum!

Did you choose “Amazon S3” or did you choose “S3 Compatible” in your backup configuration?

---

<div class="post-metadata">

### Author: ![andrigo\_fontana](https://forum.duplicati.com/letter_avatar_proxy/v4/letter/a/d07c76/32.png) [@andrigo\_fontana](https://forum.duplicati.com/u/andrigo_fontana)
#### Post date: [November 25, 2019, 8:36pm UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538/3 "2019-11-25T20:36:13Z")

</div>

Hello,

i choosed S3 Compatible.

---

<div class="post-metadata">

### Author: ![ts678](https://forum.duplicati.com/letter_avatar_proxy/v4/letter/t/8491ac/32.png) [@ts678](https://forum.duplicati.com/u/ts678)
#### Post date: [November 26, 2019, 1:36am UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538/4 "2019-11-26T01:36:27Z")

</div>

Does it help to set `s3-ext-signatureversion` to 2 (instead of the default 4) in Advanced options?

Sometimes compatible storage is just mostly compatible. Version 2 worked around the issue below:

[‘s3 compatible’ storage does not work with Signature version 4 #3970](https://github.com/duplicati/duplicati/issues/3970)

and probably went into the writeup below, which might give some other ideas on working with yours:

[Home \> Third-Party Tools \> Duplicati](https://www.idrive.com/help/cloud/duplicati)

I’m starting to wonder if it may be non-support for [Signature Version 4 streaming](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-streaming.html).support doing this?

> [@andrigo\_fontana](#):
>
> I really need this working

Have you asked your service provider? I’d hope they have an idea of what compatibility issues exist.

References:

[Make S3 Signature v4 Streaming Optional #523](https://github.com/fog/fog-aws/issues/523)

> This causes compatibility issues with S3-compatible object storage services that support v4 sigs but not streaming; for example, [minio](https://github.com/fog/fog-aws/issues/285) and Oracle Cloud Infrastructure.

[S3 compatible connection settings](https://docs.gitlab.com/ee/administration/uploads.html)

> enable\_signature\_v4\_streaming Set to true to enable HTTP chunked transfers with AWS v4 signatures. Oracle Cloud S3 needs this to be false

[OpenStack Object Storage (swift) – Support for Sigv4-streaming](https://bugs.launchpad.net/swift/+bug/1810026)

[PutObjectRequest](https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/S3/TPutObjectRequest.html)

> Container for the parameters to the PutObject operation.  
> UseChunkEncoding If this value is set to true then a chunked encoding upload will be used for the request. Default: true.

---

<div class="post-metadata">

### Author: ![andrigo\_fontana](https://forum.duplicati.com/letter_avatar_proxy/v4/letter/a/d07c76/32.png) [@andrigo\_fontana](https://forum.duplicati.com/u/andrigo_fontana)
#### Post date: [November 26, 2019, 11:31am UTC](https://forum.duplicati.com/t/problem-using-oracle-s3-compatible-storage/8538/5 "2019-11-26T11:31:31Z")

</div>

Hi ts678, thanks for your help.

Using s3-ext-signatureversion = 2 just make it not pass the connection test. It refuses to connect.  
If it is Signature V4 Streaming doing this, i have no clue on what to do.  
I’ve already opened a ticket with their support, and i’ll add all information you gave me to try helping them.  
Thanks!
