Skip to content
English
  • There are no suggestions because the search field is empty.

Bucket from the Artesca S3 storage

Original Question or Issue:

We cannot use the FileCloud Network Share feature to mount our Artesca S3 storage.


Environment:

  • Product - FileCloud Server
  • Version - 23.251
  • Platform - Any

Steps to Reproduce:

Add a bucket from the Artesca S3 storage as a network share.


Error or Log Message:

The bucket cannot be found.


Defect or Enhancement Number:

 


Cause:

Missing configuration.


Resolution or Workaround:

Add the flags below to cloudconfig.php:

define ("TONIDOCLOUD_DISABLE_S3_HTTP_VERIFY", 1);

define("TONIDOCLOUD_S3_USE_PATH_STYLE_ENDPOINT", "1");

 

To be able to upload files, disable the feature "Use Optimized upload" from the FileCloud Admin Portal.


Notes:

Keep the S3 region empty.