Hi group,

I am currently trying to get the enterprise Edition (Trial) of OC running with 
our EMC Atmos over S3. So far, so good. I tried it with the community version 
first and used the external storage app, that worked.

But now I want to get all the users data separated on the object storage. So I 
installed the enterprise trial and tried it with an aws account first. That 
also worked. But for our local system I have to enter some more arguments and I 
actually don“t know how to add them properly to the config.php file.

Maybe someone of you can give me a hint. I tried some of the given arguments 
from here

https://doc.owncloud.com/server/7.0EE/admin_manual/configuration_external_storage/s3_swift_as_primary_object_store_configuration.html

In the external storage app I had to enter of course: Access Key, Secret Key, 
Bucket but additionally hostname and port

I tried 'base_url' and 'hostname' from the Ceph S3 section with no success. Is 
there a possibility to add the port with an argument like 'port'?

My current object-stor section of config.php looks like

'objectstore' => array(
  'class' => 'OCP\Files\ObjectStore\S3',
      'arguments' => array(
        'key' => '<mykey>',
        'secret' => '<mysecret> ',
        'bucket' => '<mybucket>',
      'base_url' => 'http://<hostname>:8080',
        'host' => '<hostname>',
     // you must use this region or the amazon lib will overwrite
   // the path style when resetting the region
    'region' => 's3-eu-west-1.amazonaws.com',
),
),

Thanks in advance.

Kind regards
Marcel
_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to