Code Change Request

# 28540

Back to Code Changes

Christopher
Technical Support
StableBit CloudDrive
1.1.7.1391
Windows 10 (64 bit)
Public
Alex

For iDrive Cloud you will need to use the following settings:
Additionally, you will need to change the following provider settings in C:\ProgramData\StableBit CloudDrive\ProviderSettings.json:

(requires latest dev-BETA)

"AmazonS3": {
      "ForcePathStyle": true,
      "UseChunkEncoding": false,
      "PutBucketUseClientRegion": false,
      "SignatureVersion": null,
      "SignatureMethod": null
    }

I realize that this is not ideal because of having to edit the advanced settings. We should really have a drop down list of supported S3 providers and have all of this set up automatically. But for now, the above should work.
Public
Alex

* [Issue #28540] Added provider settings for Amazon S3: "UseChunkEncoding", "PutBucketUseClientRegion".
* [Issue #28540] Updated to the latest Amazon S3 SDK.