Hello,
I am using cloudpanel on Digital Ocean. I have created a site running owncloud but cannot seem to find the config files to create s3 as primary storage before the first login of the app so no user data is lost and everything can begin on s3 primary. I have went ahead and installed the primary s3 app package and unzipped it. This is what my file system looks like.
I followed these instructions to set it up that are on CloudPanel docs. It won’t let me post the link.
I have covered the domain and IP for the security of the installation. After this, I have no clue what to do I tried following these directions but the file system doesn’t match that tree.
I am going by the instructions for installing with the primary s3 location on the owncloud docs site.
Specifically this one:
<?php $CONFIG = [ ‘objectstore’ => [ ‘class’ => ‘Implementation\Of\OCP\Files\ObjectStore\IObjectStore’, ‘arguments’ => [ … ], ], ]; I cannot seem to find the config file to do this. I would appreciate any help it would be so welcome. I am totally lost and usually not this lost on things.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello there,
You can check this article on OwnCloud’s docs on how to set up S3 external storage.
https://doc.owncloud.com/server/next/admin_manual/configuration/files/external_storage/
And also this one - S3 Compatible Object Storage as Primary Storage Location
https://doc.owncloud.com/server/next/admin_manual/configuration/files/external_storage/s3_compatible_object_storage_as_primary.html
Regards