<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Help with Wasabi mounting]]></title><description><![CDATA[<p dir="auto">Good afternoon,</p>
<p dir="auto">What I want to accomplish is as follows:<br />
I need to set up an external storage through wasabi to be my main HDD for the server. Then I want to mount additional buckets for each individual app to use specifically.</p>
<p dir="auto">The backups would go to an additional bucket within Wasabi.</p>
<p dir="auto">I currently have 4 buckets, but will eventually have once bucket for each app, 1 bucket for backups of cloudron config, and one bucket for a backup of everything (I am still looking in to how to accomplish this piece). But for now, lets assume I need 3 out of the 4 buckets from wasabi mounted into cloudron for app access (ultimately to keep as little data on the VPS itself as possible).</p>
<p dir="auto">I have a user w/ a group already made in wasabi. I have my app (nextcloud) where I change how much of a data quota the specific user gets. All user data will be stored on a single bucket from Wasabi, this drive will be broken up into boxes via the user quota and nextclouds account functionality.<br />
I also have Firefly III and rainloop as well, that will each have its own separate bucket from wasabi (if possible, if they have to be in the same bucket then so be it).</p>
<p dir="auto">The problem is that Cloudron says you can mount a drive, but I do not see how. Wasabi docs are not helpful and neither is cloudrons.</p>
<p dir="auto">The docs I have found are for backups (<a href="https://docs.cloudron.io/backups/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/backups/</a>) and then the other one I found is for storage (<a href="https://docs.cloudron.io/storage/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/storage/</a>). This is the one I was hoping would help, but alas, it doesnt. It says its possible, then vaguely provides info and I am back to being lost.</p>
<p dir="auto">I just found this guide (<a href="https://dotlayer.com/how-to-mount-s3-wasabi-digital-ocean-storage-bucket-on-centos-and-ubuntu-using-s3fs/" target="_blank" rel="noopener noreferrer nofollow ugc">https://dotlayer.com/how-to-mount-s3-wasabi-digital-ocean-storage-bucket-on-centos-and-ubuntu-using-s3fs/</a>) but the steps included are not working for me (several steps don't work).</p>
<p dir="auto">Can anyone hold my hand to achieve this?</p>
]]></description><link>https://forum.cloudron.io/topic/3851/help-with-wasabi-mounting</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 14:35:03 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3851.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Dec 2020 00:01:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with Wasabi mounting on Wed, 06 Jan 2021 22:20:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cdolson" aria-label="Profile: cdolson">@<bdi>cdolson</bdi></a> How are the speeds?</p>
]]></description><link>https://forum.cloudron.io/post/22966</link><guid isPermaLink="true">https://forum.cloudron.io/post/22966</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Wed, 06 Jan 2021 22:20:56 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Sun, 03 Jan 2021 23:46:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> I've managed to get this working using Digital Ocean Spaces on my Cloudron Nextcloud installation by following the instructions at <a href="https://www.brad.farm/2020/08/25/tech-self-hosting-nextcloud-with-digitalocean-spaces-for-main-storage/" target="_blank" rel="noopener noreferrer nofollow ugc">this resource</a>. This involved simply editing the config/config.php file to include the following:</p>
<pre><code>'objectstore' =&gt; 
array (
  'class' =&gt; '\\OC\\Files\\ObjectStore\\S3',
  'arguments' =&gt; 
  array (
    'bucket' =&gt; 'yourbucketname',
    'key' =&gt; 'YOURKEY',
    'secret' =&gt; 'YOURSECRET',
    'hostname' =&gt; 'nyc3.digitaloceanspaces.com',
    'region' =&gt; 'nyc3',
    'port' =&gt; 443,
    'use_ssl' =&gt; true,
    'use_path_style' =&gt; true,
  ),
),
);
</code></pre>
<p dir="auto">I added this to the very end of my config.php, and before the last closing );</p>
<p dir="auto">Functionality tested and working. Uploads and downloads happen directly within the DO Spaces bucket. Configuration persists between reboots.</p>
<p dir="auto">I am new to Cloudron, so I am not certain if these changes will persist after updates to the Nextcloud app or Cloudron.</p>
]]></description><link>https://forum.cloudron.io/post/22738</link><guid isPermaLink="true">https://forum.cloudron.io/post/22738</guid><dc:creator><![CDATA[cdolson]]></dc:creator><pubDate>Sun, 03 Jan 2021 23:46:56 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 20:47:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Fair enough. Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/20945</link><guid isPermaLink="true">https://forum.cloudron.io/post/20945</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 20:47:05 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 20:11:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> Both methods have been there for a some time. I have investigated this a year or so ago, for example, <a href="https://git.cloudron.io/cloudron/nextcloud-app/-/issues/66" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> and <a href="https://git.cloudron.io/cloudron/nextcloud-app/-/issues/77" target="_blank" rel="noopener noreferrer nofollow ugc">this</a>. Back then, it was not really stable. It will create a lot of oid:xx files in the object backend and AFAIK there is no easy way to change an installation from one storage to another (it's setup once at install time). All this means, that as <a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> pointed out, this is really targeted at enterprises and people having full time dedicated sysadmins and nextcloud support contract. Don't get me wrong, I am sure it can be made to work but it's not something we want to support (best to pay nextcloud for this) <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/20941</link><guid isPermaLink="true">https://forum.cloudron.io/post/20941</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 07 Dec 2020 20:11:00 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 20:00:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20935">Help with Wasabi mounting</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> This article suggests there's an old and a new way to do this, so I wonder if we're all talking about the same thing?</p>
<ul>
<li><a href="https://autoize.com/s3-compatible-storage-for-nextcloud/" target="_blank" rel="noopener noreferrer nofollow ugc">https://autoize.com/s3-compatible-storage-for-nextcloud/</a></li>
</ul>
</blockquote>
<p dir="auto">old = adding an additional S3 store from within NC running locally.<br />
new = setting up NC with S3 as primary storage.</p>
]]></description><link>https://forum.cloudron.io/post/20937</link><guid isPermaLink="true">https://forum.cloudron.io/post/20937</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 07 Dec 2020 20:00:53 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 19:57:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> This article suggests there's an old and a new way to do this, so I wonder if we're all talking about the same thing?</p>
<ul>
<li><a href="https://autoize.com/s3-compatible-storage-for-nextcloud/" target="_blank" rel="noopener noreferrer nofollow ugc">https://autoize.com/s3-compatible-storage-for-nextcloud/</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/20935</link><guid isPermaLink="true">https://forum.cloudron.io/post/20935</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 19:57:06 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 19:47:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> yes, the article explicitly warns about this, pointing out that AWS is not a good place to do this as it's not a part of the bandwidth alliance.</p>
<p dir="auto">This is not a problem with NC, but of the underlying architecture chosen.</p>
<p dir="auto">There is a way to make this work well, but one must understand all the pieces, as if you ignore one, it will be the lowest common denominator and bottleneck.</p>
<p dir="auto">It is an Enterprise Deployment afterall.</p>
]]></description><link>https://forum.cloudron.io/post/20932</link><guid isPermaLink="true">https://forum.cloudron.io/post/20932</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 07 Dec 2020 19:47:17 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 19:22:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> We have tried the setup of using S3 as objectstorage before in nextcloud and it just doesn't perform well. It also makes a very large number of s3 requests and for things like AWS this costs some real $$$. Other services like DO Spaces will promptly rate limit. Overall, the whole setup is unstable. It looks good on paper but doesn't work reliably for serious use.</p>
<p dir="auto">for example: <a href="https://help.nextcloud.com/t/high-aws-s3-costs-due-to-nextcloud-requests/68687" target="_blank" rel="noopener noreferrer nofollow ugc">https://help.nextcloud.com/t/high-aws-s3-costs-due-to-nextcloud-requests/68687</a> and <a href="https://help.nextcloud.com/t/high-traffic-to-primary-storage-s3-from-nextcloud/83185" target="_blank" rel="noopener noreferrer nofollow ugc">https://help.nextcloud.com/t/high-traffic-to-primary-storage-s3-from-nextcloud/83185</a> .</p>
]]></description><link>https://forum.cloudron.io/post/20924</link><guid isPermaLink="true">https://forum.cloudron.io/post/20924</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 07 Dec 2020 19:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 19:09:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20897">Help with Wasabi mounting</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a> Just reading this, not sure if you've read? I'm not saying i can't be done, just that we gave up. Maybe this helps? I'm still reading: <a href="https://autoize.com/s3-compatible-storage-for-nextcloud/" target="_blank" rel="noopener noreferrer nofollow ugc">https://autoize.com/s3-compatible-storage-for-nextcloud/</a></p>
</blockquote>
<p dir="auto">This is along the same lines as my advanced object store usage option above.</p>
<p dir="auto">I didn't know this was possible from within NC, but it appears they engineered it in. Very smart &amp; clever.</p>
<p dir="auto">They are essentially caching everything recent in /tmp and background syncing to the object store over time.<br />
The user experience is good as it's all mostly local, and the capacity is greatly extended as the Object Store is vast.</p>
<p dir="auto">I've designed this for other use cases at IBM, and wrote their Redbook on it, hence advanced prior knowledge.</p>
<p dir="auto">For this article to be applied in Cloudron, we'd need a new packaged NC App that is configured for this before the setup/install. Then one can point it at a local Minio instance or external S3 object store.</p>
]]></description><link>https://forum.cloudron.io/post/20920</link><guid isPermaLink="true">https://forum.cloudron.io/post/20920</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 07 Dec 2020 19:09:50 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 18:52:41 GMT]]></title><description><![CDATA[<p dir="auto">TBH I can see the advantages for having a separate Nextcloud instance with just the Files app enabled as web interface for S3 to allow users to have it available as a slower cold-storage option, with having a faster standard NC setup for their daily hot-storage needs.</p>
<p dir="auto">So, I wouldn't dismiss this aim, just with speed cautions, and the cautions in the article that the storage would then be unbrowsable directly without the NC database metadata interface, so it also has mass disruption risks if that were lost.</p>
]]></description><link>https://forum.cloudron.io/post/20915</link><guid isPermaLink="true">https://forum.cloudron.io/post/20915</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:52:41 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 18:38:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a><br />
I am giving you advanced options, as you already know what is ideal.</p>
<p dir="auto">ie. Get a VPS with a large amount of disk mounted locally.</p>
]]></description><link>https://forum.cloudron.io/post/20911</link><guid isPermaLink="true">https://forum.cloudron.io/post/20911</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:38:53 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 18:25:56 GMT]]></title><description><![CDATA[<p dir="auto">So after reviewing this article, Cloudron does not respect the nextcloud config in this manner.</p>
<p dir="auto">When I include that piece of info in the config file, nextcloud either error's out or it does not use the S3 bucket as its primary storage.</p>
]]></description><link>https://forum.cloudron.io/post/20907</link><guid isPermaLink="true">https://forum.cloudron.io/post/20907</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 18:22:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> said in <a href="/post/20898">Help with Wasabi mounting</a>:</p>
<blockquote>
<p dir="auto">From reading the above article, is sounds like it might need to be that Cloudron has 2 x versions of Nextcloud packaged, or at least an option in installing to make it setup for S3 storage</p>
</blockquote>
<p dir="auto">Ihmo no second app necessary, the drawback is though that the s3 backend can only be enabled before any data is added to the app.</p>
<p dir="auto">I am however sceptical if adding network latency for file access is such a smart idea. Especially for a php application.</p>
]]></description><link>https://forum.cloudron.io/post/20906</link><guid isPermaLink="true">https://forum.cloudron.io/post/20906</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:22:01 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 18:16:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> Ill have to give that article above a read.</p>
<p dir="auto">Anything I can do to help make launching costs low is sought after, while keeping user experience high</p>
]]></description><link>https://forum.cloudron.io/post/20905</link><guid isPermaLink="true">https://forum.cloudron.io/post/20905</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Mon, 07 Dec 2020 18:16:14 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:57:15 GMT]]></title><description><![CDATA[<p dir="auto">From reading the above article, is <em>sounds</em> like it might need to be that Cloudron has 2 x versions of Nextcloud packaged, or at least an option in installing to make it setup for S3 storage.</p>
<p dir="auto">Probably needs one of the <a class="plugin-mentions-group plugin-mentions-a" href="/groups/appdev" aria-label="Profile: appdev">@<bdi>appdev</bdi></a> team to have a read and confirm or deny.</p>
<p dir="auto">I agree it would be interesting and our past experience might have been what this article above solves.</p>
<p dir="auto">Let's get more opinions on this, someone else might also have a need and interest and be willing to try themselves too.</p>
]]></description><link>https://forum.cloudron.io/post/20898</link><guid isPermaLink="true">https://forum.cloudron.io/post/20898</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:57:15 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:53:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a> Just reading this, not sure if you've read? I'm not saying i can't be done, just that we gave up. Maybe this helps? I'm still reading: <a href="https://autoize.com/s3-compatible-storage-for-nextcloud/" target="_blank" rel="noopener noreferrer nofollow ugc">https://autoize.com/s3-compatible-storage-for-nextcloud/</a></p>
]]></description><link>https://forum.cloudron.io/post/20897</link><guid isPermaLink="true">https://forum.cloudron.io/post/20897</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:53:38 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:43:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a> I realise host local storage isn't cheap, and Wasabi is cheap, which is why we tried doing what you are once. Maybe you'll have a different experience but we just found the juice wasn't worth the squeeze, especially with large numbers of small files.</p>
<p dir="auto">It might work for something like Video storage where there's fewer files but I just don't fancy the slow user experience costs and would always opt for speed over price since time is so much more expensive if users are spending too much waiting on their file services to show results.</p>
]]></description><link>https://forum.cloudron.io/post/20896</link><guid isPermaLink="true">https://forum.cloudron.io/post/20896</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:43:07 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:39:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a> Sorry, I mean just a mounted local host storage, not mounting external S3, which will have such high latency that it makes NC painful to use.</p>
]]></description><link>https://forum.cloudron.io/post/20895</link><guid isPermaLink="true">https://forum.cloudron.io/post/20895</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:32:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a><br />
I can not get a mounted drive on my host to actually work. I have tried both Rclone and S3FS, both gave me the same result of no errors, but no syncing.</p>
<p dir="auto">I have decided (atleast for now till I find a better solution) to give each user on nextcloud a wasabi bucket as a external storage drive, and restrict only them to be able to access that bucket.</p>
<p dir="auto">I am now working on trying to figure out how to remove the built in files for nextcloud to just have the external storage folder listed with the nextcloud folders/files within the wasabi drive.</p>
<p dir="auto">In regards to Cyber Duck/Mountain Duck, whats the difference between the external storage connection in nextcloud and them ? Is there a performance difference?</p>
]]></description><link>https://forum.cloudron.io/post/20894</link><guid isPermaLink="true">https://forum.cloudron.io/post/20894</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:32:39 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:13:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/marcusquinn" aria-label="Profile: marcusquinn">@<bdi>marcusquinn</bdi></a> Cyber Duck/Mountain Duck is very good as a platform to making Wasabi/S3 storage quite accessible to users if they need.</p>
]]></description><link>https://forum.cloudron.io/post/20892</link><guid isPermaLink="true">https://forum.cloudron.io/post/20892</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:13:33 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:12:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/privsec" aria-label="Profile: privsec">@<bdi>privsec</bdi></a> We tried this once and it was unbearably slow. Personally I'd look for ways to reduce the Nextcloud storage needs and use a native mounted drive from the host, and just offer an Archive Wasabi S3 bucket for people to move things no longer needed for regular access to that to save space needs on the main NC.</p>
]]></description><link>https://forum.cloudron.io/post/20891</link><guid isPermaLink="true">https://forum.cloudron.io/post/20891</guid><dc:creator><![CDATA[marcusquinn]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:12:25 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Mon, 07 Dec 2020 16:01:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> But wouldnt that be un-ideal as S3 isnt a FS, and that is what I am wanting?</p>
]]></description><link>https://forum.cloudron.io/post/20890</link><guid isPermaLink="true">https://forum.cloudron.io/post/20890</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Mon, 07 Dec 2020 16:01:32 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Sun, 06 Dec 2020 23:05:16 GMT]]></title><description><![CDATA[<p dir="auto">There may be another "advanced" way via Minio.</p>
<p dir="auto">Minio can be used as a storage gateway.</p>
<p dir="auto">See if you can connect Minio to Wasabi, if you can in gateway mode, then see if you can mount the local Minio instance in Linux, even if s3fs, it would be local.</p>
]]></description><link>https://forum.cloudron.io/post/20818</link><guid isPermaLink="true">https://forum.cloudron.io/post/20818</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sun, 06 Dec 2020 23:05:16 GMT</pubDate></item><item><title><![CDATA[Reply to Help with Wasabi mounting on Sun, 06 Dec 2020 21:44:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
<p dir="auto">Thank you for your detailed responses.</p>
<p dir="auto">Ill have to play around with the external storage options for nextcloud to see if that will work out or not.</p>
<p dir="auto">Its an interesting workaround/hack, lol.</p>
]]></description><link>https://forum.cloudron.io/post/20808</link><guid isPermaLink="true">https://forum.cloudron.io/post/20808</guid><dc:creator><![CDATA[privsec]]></dc:creator><pubDate>Sun, 06 Dec 2020 21:44:16 GMT</pubDate></item></channel></rss>