Guild icon
S3Drive
Community / general
For all on-topic discussion about S3Drive or related storage providers.
Avatar
Avatar
Unlawful Cactus
@Tom Here are some more things I ran into while working with S3Drive version 1.8.7 on Android 13 in the past few days. I've completed my setup now and everything is running smooth, so this will probably be my last report for now. Cheers! 🔹In the Sync screen, when you press play on a stopped item, you're asked "Would you like to start sync process now or wait until schedule is met?" and your options are Cancel or Start. When asked "now or wait?" I'd expect to be able to answer Now and Wait. As it is now, when you tap Cancel it interpretes that as wait, but I'd expect a Cancel button to cancel the action I just initiated, i.e. pressing the play button. But the item doesn't return to stopped/disactivated state when tapping Cancel. So it seems Cancel should actually be labeled Wait. 🔹Total storage space for one of my hosts is listed as 9 instead of 10 GB. It seems it's using GiB instead of GB and simply doing a math.floor() on that, hence misrepresenting the total by 10%. 🔹 When without internet connection, but with a VPN that reports "connected" (Proton VPN does this, no matter how long you've been offline; I can imagine local VPNs used for blocking certain types of traffic also do this), in most screens the loading spinner is permanently overlayed on the screen, which is also blurred when "Blur screen when loading" is enabled. The app is navigable but the back gesture doesn't work in the affected screens (using the UI to navigate back works fine). 🔹 The time picker for "Sync every x minutes" always opens at 30 minutes, regardless of the current setting (e.g. it's set to 1200 minutes, which is 20 hours, and you want to change it to 22 hours but you have to start from 30 minutes, which is especially cumbersome since the picker acts like a clock you have to forward manually) . (edited)
As always, thank you for such a great feedback. Please find reponses in line.
I'd expect to be able to answer Now and Wait.
In a next release we will tweak the wording. Behavior will remain unchaged, it's just the button labels will match the action.
Total storage space for one of my hosts is listed as 9 instead of 10 GB.
You were right, the base that our filesize library is using, is 1024 instead of 1000 and there was a rounding issue as well. Expect this to be fixed in a next release.
The time picker for "Sync every x minutes" always opens at 30 minutes, regardless of the current setting
This won't be an issue in a next release.
My log is filled with tens or hundreds of entries. #230 Rclone (1/3) initialization failed. Error: MissingPluginException [...]
We've been trying to narrow down the issue where Rclone methods were not always available to Android and implement some retry mechanism to check if "Rclone is ready" multiple times with certain back-off. It produces some noise, but ultimately this solution worked, so now we can probably disable this log. Unless you see: Rclone initialization failed. Please contact support[...] which indicates that after multiple tries the initialization failed, then nothing to worry about.
Is this to do with background syncing being a work in progress, or is it something else?
Some app functionality is dependent on great powers of Rclone library, however we need to call this library from the "background", so the app UI doesn't freeze. As such it doesn't have anything to do with the Android's background execution, but it's more of an internals about how we call Rclone library itself even when the app is in the foreground.
When without internet connection, but with a VPN that reports "connected" [...] The app is navigable but the back gesture doesn't work in the affected screens (using the UI to navigate back works fine).
We will investigate that, never tested app with a VPN honestly.
(edited)
Avatar
Avatar
Unlawful Cactus
🔹 My log is filled with tens or hundreds of entries like this one: #230 Rclone (1/3) initialization failed. Error: MissingPluginException(No implementation found for method RcloneRPCBackground on channel kapsa/librclonemobile) Is this to do with background syncing being a work in progress, or is it something else? 🔹 Last time when you reacted to my notes you said you added some feature requests to canny.io. Is it your intention that we create an account there and vote for the features we'd like to see? (edited)
Last time when you reacted to my notes you said you added some feature requests to canny.io. Is it your intention that we create an account there and vote for the features we'd like to see?
Canny is our current place where users can vote on the features (and technically even add them). I think our "best so far" workflow is to discuss features on Discord and then I add them to Canny myself. Unfortunately it's not linked with our auth, so if user wants to vote they need to create an account. I am sure that with some help of @Xenthys® we may even integrate it with Discord, so there is a single platform and less barriers. Our intention is to integrate voting system with our auth and website (so no additional account is needed), but since we're awaiting changes to our auth system it's put on hold for a bit.
(edited)
Avatar
Unlawful Cactus 4/30/2024 9:47 AM
Alright, so no need for me to create a Canny account if I understand correctly.
Unless you see: Rclone initialization failed. Please contact support[...] which indicates that after multiple tries the initialization failed, then nothing to worry about.
This is exactly what I see, here's an example:
Avatar
Avatar
Unlawful Cactus
Alright, so no need for me to create a Canny account if I understand correctly.
Unless you see: Rclone initialization failed. Please contact support[...] which indicates that after multiple tries the initialization failed, then nothing to worry about.
This is exactly what I see, here's an example:
Crap, it's haunting us for quite a while. Do you happen to know if log entry was created after starting app fresh or perhaps when resuming an app (from the task bar, er I meant app switcher)... or perhaps it was created in the "background" (if you use media backup with background mode enabled) ? We can't reliably reproduce this and can see this being intermittent issue. Anyway, don't worry if you're not sure about that one. Any hints are welcomed, however it's on us to "play" with it and trace it down. (edited)
Avatar
Unlawful Cactus 4/30/2024 11:45 AM
No task bar on Android... ah, I'm using a phone, not a tablet or Chromebook. I get the idea it happens when I haven't been using the app. For example yesterday it was listed in the log around 21:45, whereas I hadn't opened the app all day, my sync jobs we're scheduled at 22:00 (but not expected to run as I'm given to understand background sync is not yet implemented). When I opened the app around 22:30 they ran just fine (per the Start sync after app starts setting). The Sync jobs are set to run every 20 hours, but had the app actually automatically done that in the background, that would've been around 21:05. Looking at the logs again, it did actually start all sync jobs around 21:40, listing Shall sync and Starting sync entries but never Finished sync. Which I can confirm, because before manually opening S3Drive at 22:30 I compared the contents of my local and remote backup in another app and changes had not been synced yet. However, the "Rclone initialization failed" entries that started at 00:40 and stopped at 00:50 (so lasted 10 minutes) were NOT preceded by any sync events. I don't have Media backup enabled at all, but I did try it out earlier, including Background backup. It's now disabled, but it still has a now non-existing album listed as selected, since the app complains when you remove the last album. I can't get a good understanding of when the app syncs and doesn't sync, but I haven't mentioned it before as I assume it's still a work in progress. For example, I have sync job A set with an interval of 20 hours and Start sync after app starts is enabled. In my testing, when still within 20 hours after the last sync, new files will not be synced when opening or even restarting the app. They will when opening the app after the 20 hours have expired. Then at other moments I tested, it actually synced upon starting the app, regardless of how long ago the last sync had taken place.
👍 1
11:45 AM
But if I disable the setting Start sync after app starts it stops doing that. Yet at other times, such as now, when I have recently opened the app, it will sync files in synced (watched?) folders immediately. Like, I create a new file locally, then immediately list my remote with another app and see it has been synced. All the while in all the unexpected sync situations described, the Sync jobs still say Last: x hours ago, even though files just got synced. Hope that helps. If taking a logcat would be helpful, just let me know. I have no job and no family to take care of so I've got plenty of time on my hands and am glad to help out 🙂 (edited)
Avatar
A lot of Android apps that need to run in the background use a permanent notification to stay active, otherwise even with battery optimizations disabled the system is still quite agressive when it comes to killing apps you haven't opened for a few hours or days. I use both FairMail and Gotify that implement this mechanism, I took the risk to disable the Gotify notification and I have to relaunch it from times to times.
Avatar
when you mount a drive, you show a popup asking the user if default encryption is used on the bucket, if they say yes, you write "kmsEncryption":true in the json config, but may I also suggest writing server_side_encryption = aws:kms in the rclone config
12:42 AM
I suggest this because I came across this issue in s3drive: https://github.com/rclone/rclone/issues/1824
Scripts to reproduce this bug can be found here: https://github.com/ccoakley/rclone-kms-s3-test We wanted to make sure it wasn't tied to our particular environment, so the above scripts can be ...
12:44 AM
(I was using s3drive to sync, and it was giving me md5 errors similar to the above)
Avatar
adding server_side_encryption = aws:kms in the rclone config manually will be overwritten by s3drive removing it
Avatar
Avatar
ZNemesis
when you mount a drive, you show a popup asking the user if default encryption is used on the bucket, if they say yes, you write "kmsEncryption":true in the json config, but may I also suggest writing server_side_encryption = aws:kms in the rclone config
Once: kmsEncryption is set to true in the config, then we should already be setting: server_side_encryption = aws:kms in the Rclone config. Does S3Drive behave differently? The issue that we're aware of is that we only display dialog which sets the: kmsEncryption value when you mount a drive (we ask that for AWS and iDrive only). We need to fix that, so dialog is displayed also for Sync and other functionalities which internally use Rclone. Even though I don't necessarily recommend modifying app's config, a temporary solution might be setting: kmsEncryption: true in the config (ideally when app is disabled) and then starting app. What's your S3 provider by the way? (edited)
Avatar
idrive
Avatar
Avatar
ZNemesis
idrive
Once I select "Yes" in the prompt when mounting iDrive, I can see: server_side_encryption being set in the Rclone config. Isn't what you finding? (edited)
Avatar
I deleted and set up my configuration again manually, including the sync, making sure to mount the drive before doing any syncs, and now the rclone config is keeping the server_side_encryption setting properly. I don't know what happened. I still have the json config timestamped Sunday, ‎21 ‎April ‎2024, ‏‎12:57:39 AM with "kmsEncryption":true, inside of it.
9:23 AM
I don't remember what sequence of steps I did 2 weeks ago to set it up to reproduce the issue, sorry.
Avatar
Just a quick thing, couldn't see it mentioned but it may have been! When using encryption within the app, thumbnails for images still seem to work fine, but for videos they're showing as black boxes. Is this just how it is at the moment? I'm using Backblaze for the storage provider.
Etaoin joined the server. 5/3/2024 5:40 AM
Kajo joined the server. 5/3/2024 10:17 AM
Avatar
Getting this trying to buy a plan?
🆗 1
Avatar
use another browser
Avatar
Thanks fair, gonna have to wait to get the card I don’t have passwords saved on Edge
Avatar
That's odd you got an alert, especially an empty one, I believe @Tom will want to know more or may already have a clue
Avatar
Avatar
Kajo
Getting this trying to buy a plan?
Hi there, sorry for this issue. Quick question was it one-time issue, did you try again? If problem persists can you please let me know what's your browser? Is it possible by any chance for you to open Console log and see if there is anything useful there? If you DM me your e-mail I can get you 3 months trial just to kick-start things ! (edited)
Fabio joined the server. 5/4/2024 8:43 PM
Ankan joined the server. 5/5/2024 3:31 PM
AnkanB joined the server. 5/5/2024 3:43 PM
Avatar
Hi All. I am new to this kind of set up. I wanted to ask you all how much charges do we incur for about 500GB of storage through S3 and then host it on S3Drive? I currently use about 125GB overall on OneDrive.
4:38 PM
@Tom Was that you I was talking to on reddit?
Avatar
Avatar
AnkanB
Hi All. I am new to this kind of set up. I wanted to ask you all how much charges do we incur for about 500GB of storage through S3 and then host it on S3Drive? I currently use about 125GB overall on OneDrive.
Hi @AnkanB and welcome to our channel. 👋 It was indeed myself. Each S3 provider has a slightly different billing model: https://docs.s3drive.app/setup/bucket/#s3 Just for start you can try free 10GB account at Backblaze, setup a bucket and connect from the app: https://docs.s3drive.app/setup/bucket/ If you were to store 125GB, you would pay approximately 0.125*$6 = 0.75 US$ per month based on current ($6 per TB/mo) https://www.backblaze.com/cloud-storage/pricing There are other things to watch out for, that is egress (if you were to download more than 3x125GB month = 375GB) or use a lot of API calls (e.g. run some backup syncing very frequently). You can use S3Drive entirely for free and if you need more advanced features or encryption feel free to check our paid offering: https://s3drive.app/pricing (edited)
👋 1
Avatar
Thank you so much. I will try to start doing this. Looks a tad complicated but certainly helps. Thank you again.
Avatar
Avatar
Unlawful Cactus
No task bar on Android... ah, I'm using a phone, not a tablet or Chromebook. I get the idea it happens when I haven't been using the app. For example yesterday it was listed in the log around 21:45, whereas I hadn't opened the app all day, my sync jobs we're scheduled at 22:00 (but not expected to run as I'm given to understand background sync is not yet implemented). When I opened the app around 22:30 they ran just fine (per the Start sync after app starts setting). The Sync jobs are set to run every 20 hours, but had the app actually automatically done that in the background, that would've been around 21:05. Looking at the logs again, it did actually start all sync jobs around 21:40, listing Shall sync and Starting sync entries but never Finished sync. Which I can confirm, because before manually opening S3Drive at 22:30 I compared the contents of my local and remote backup in another app and changes had not been synced yet. However, the "Rclone initialization failed" entries that started at 00:40 and stopped at 00:50 (so lasted 10 minutes) were NOT preceded by any sync events. I don't have Media backup enabled at all, but I did try it out earlier, including Background backup. It's now disabled, but it still has a now non-existing album listed as selected, since the app complains when you remove the last album. I can't get a good understanding of when the app syncs and doesn't sync, but I haven't mentioned it before as I assume it's still a work in progress. For example, I have sync job A set with an interval of 20 hours and Start sync after app starts is enabled. In my testing, when still within 20 hours after the last sync, new files will not be synced when opening or even restarting the app. They will when opening the app after the 20 hours have expired. Then at other moments I tested, it actually synced upon starting the app, regardless of how long ago the last sync had taken place.
I can't get a good understanding of when the app syncs and doesn't sync, but I haven't mentioned it before as I assume it's still a work in progress. For example, I have sync job A set with an interval of 20 hours and Start sync after app starts is enabled. In my testing, when still within 20 hours after the last sync, new files will not be synced when opening or even restarting the app. They will when opening the app after the 20 hours have expired.
In order for Sync to run app needs to run, if it's mobile it needs to run in the foreground. No background sync has been implemented just yet. In a next Android release there will be an improvement preventing app from going sleep when sync runs.
Avatar
Avatar
Unlawful Cactus
But if I disable the setting Start sync after app starts it stops doing that. Yet at other times, such as now, when I have recently opened the app, it will sync files in synced (watched?) folders immediately. Like, I create a new file locally, then immediately list my remote with another app and see it has been synced. All the while in all the unexpected sync situations described, the Sync jobs still say Last: x hours ago, even though files just got synced. Hope that helps. If taking a logcat would be helpful, just let me know. I have no job and no family to take care of so I've got plenty of time on my hands and am glad to help out 🙂 (edited)
In a next Android release there will be certain improvements around Sync (and other Rclone functionality) in general. Currently it was all slightly bottlenecked (if one operation was running it was blocking other operations). "Last" field indicates when last full sync was executed. When file sync is triggered from the watcher it doesn't update the "Last" field, since the sync was only partial and there is a risk that there are other changes awaiting sync (it technically shouldn't happen given the file watchers are there), but better to be safe than sorry. Initially we will add a tooltip improving clarity of this field. In the long-run once we're sure that watchers pick-up all the changes we can perhaps provide real-time info based on last full sync and subsequent diff sync. (edited)
👍 1
Avatar
Unlawful Cactus 5/5/2024 6:26 PM
What host or service (e.g. Google Analytics) does the Android app use for error reporting? I normally disable all telemetry on apps I use, but I'd like to help out here. However, I use AdGuard DNS and there's no way to make an exception for one app, so I wonder if keeping the setting enabled actually does anything useful on my device.
Avatar
Avatar
Unlawful Cactus
What host or service (e.g. Google Analytics) does the Android app use for error reporting? I normally disable all telemetry on apps I use, but I'd like to help out here. However, I use AdGuard DNS and there's no way to make an exception for one app, so I wonder if keeping the setting enabled actually does anything useful on my device.
If error reporting is enabled in the Settings as per our privacy policy, some errors (usually unhandled ones) go to our self-hosted Sentry instance: https://sentry.s3drive.app
Somenerd joined the server. 5/5/2024 8:14 PM
Avatar
Avatar
Tom
If error reporting is enabled in the Settings as per our privacy policy, some errors (usually unhandled ones) go to our self-hosted Sentry instance: https://sentry.s3drive.app
Unlawful Cactus 5/5/2024 8:23 PM
Alright, good to know. That won't be blocked by AdGuard DNS then 👍
Andrei Nikitin joined the server. 5/5/2024 9:40 PM
Avatar
Avatar
Unlawful Cactus
Alright, so no need for me to create a Canny account if I understand correctly.
Unless you see: Rclone initialization failed. Please contact support[...] which indicates that after multiple tries the initialization failed, then nothing to worry about.
This is exactly what I see, here's an example:
This issue should be gone in a current Android release or at least this log shouldn't appear as often.
Avatar
Avatar
Unlawful Cactus
@Tom Here are some more things I ran into while working with S3Drive version 1.8.7 on Android 13 in the past few days. I've completed my setup now and everything is running smooth, so this will probably be my last report for now. Cheers! 🔹In the Sync screen, when you press play on a stopped item, you're asked "Would you like to start sync process now or wait until schedule is met?" and your options are Cancel or Start. When asked "now or wait?" I'd expect to be able to answer Now and Wait. As it is now, when you tap Cancel it interpretes that as wait, but I'd expect a Cancel button to cancel the action I just initiated, i.e. pressing the play button. But the item doesn't return to stopped/disactivated state when tapping Cancel. So it seems Cancel should actually be labeled Wait. 🔹Total storage space for one of my hosts is listed as 9 instead of 10 GB. It seems it's using GiB instead of GB and simply doing a math.floor() on that, hence misrepresenting the total by 10%. 🔹 When without internet connection, but with a VPN that reports "connected" (Proton VPN does this, no matter how long you've been offline; I can imagine local VPNs used for blocking certain types of traffic also do this), in most screens the loading spinner is permanently overlayed on the screen, which is also blurred when "Blur screen when loading" is enabled. The app is navigable but the back gesture doesn't work in the affected screens (using the UI to navigate back works fine). 🔹 The time picker for "Sync every x minutes" always opens at 30 minutes, regardless of the current setting (e.g. it's set to 1200 minutes, which is 20 hours, and you want to change it to 22 hours but you have to start from 30 minutes, which is especially cumbersome since the picker acts like a clock you have to forward manually) . (edited)
These issues (Sync now/wait text tweaks, GiB / GB discrepancies and time picker persistence) shall be addressed in a most recent Android release.
val andreev joined the server. 5/7/2024 7:28 AM
Avatar
Riccardo Bellanova 5/7/2024 8:08 AM
Good morning, there's a way to contribute for Italian translation? Or it's too early?
Avatar
Avatar
Tom
Hi there, sorry for this issue. Quick question was it one-time issue, did you try again? If problem persists can you please let me know what's your browser? Is it possible by any chance for you to open Console log and see if there is anything useful there? If you DM me your e-mail I can get you 3 months trial just to kick-start things ! (edited)
Seems to have fixed itself now, it was only on chrome but chromes the only browser with a saved card on my pc so it was an issue. I’ve checked now and all works as it should
👍 1
8:22 AM
It was chrome 124
Avatar
Avatar
Kajo
Seems to have fixed itself now, it was only on chrome but chromes the only browser with a saved card on my pc so it was an issue. I’ve checked now and all works as it should
Thanks for letting me know. In the meantime we've added some more verbose error messaging, so at least the error isn't empty !
dq joined the server. 5/7/2024 7:24 PM
Avatar
Avatar
dq
Click to see original message
cjohlandt joined the server. 5/8/2024 1:20 AM
Avatar
Unlawful Cactus 5/8/2024 12:54 PM
Just noticed the improvements! 😃👍🏻
👍 1
Avatar
Avatar
Unlawful Cactus
Just noticed the improvements! 😃👍🏻
Great to hear that, you were driving these changes ! If you have any more ideas / feedback we would be glad to include them in our planning or next releases. Thank you. PS(A): Anyone can send us some improvement ideas / bug reports even as small ones as the ones above. (edited)
Avatar
Hi, can this feature not be used?
Avatar
Avatar
AnkanB
Hi, can this feature not be used?
On iOS we don't have access to local filesystem. In the future we plan to implement this using local folder tied to the S3Drive which then could be subseqently shared to other apps.
Avatar
I will wait for the update then. Thanks!
Avatar
Hey, is there an official support email or something? I still don't have any answers on my thread in the support forum.
Avatar
Avatar
Chaneira
Hey, is there an official support email or something? I still don't have any answers on my thread in the support forum.
Hi sorry, it seems we've missed your item here: https://discord.com/channels/1069654792902815845/1234871818221912104 which I've now replied to. If Discord doesn't work for you for any reason, you can reach us via standard support e-mail or: https://s3drive.app/feedback
Avatar
Thanks!
Parker joined the server. 5/9/2024 6:18 PM
CLP Reaper joined the server. 5/9/2024 7:42 PM
Avatar
@tom when I renamed a file , the old file still exist, is this expected behaviour or bug ?
2:32 AM
@Tom
Avatar
Avatar
rootdgc
@tom when I renamed a file , the old file still exist, is this expected behaviour or bug ?
It's certainly unexpected, might be a bug or bucket misconfiguration. What's your S3 provider? Does your bucket has versioning enabled or disabled? What's your Versioning setting in S3Drive?
Avatar
Avatar
Tom
It's certainly unexpected, might be a bug or bucket misconfiguration. What's your S3 provider? Does your bucket has versioning enabled or disabled? What's your Versioning setting in S3Drive?
I use idrive e2, will check again about versioning
11:52 AM
11:53 AM
I try to enable versioning but that warning came up
11:54 AM
is it need to be enabled to correct the bug ?
Avatar
Avatar
rootdgc
is it need to be enabled to correct the bug ?
This is relatively new check that actually prevents incorrect settings. Your versioning is disabled on the bucket level, therefore it should stay disabled on the S3Drive as well. (edited)
Avatar
Unlawful Cactus 5/11/2024 11:30 AM
It's just a minor thing but... will the Android app get an adaptive icon in the future?
Sean joined the server. 5/11/2024 1:17 PM
Avatar
Just disocvered S3Drive woohoo 😀 Couple questions: Does S3Drive support Filen and/or IceDrive?
Deleted User joined the server. 5/11/2024 4:36 PM
Avatar
Unlawful Cactus 5/11/2024 6:37 PM
@Sean Hey, I'm not affiliated with S3Drive, just an end user like you, but I had a look and as far as open protocols go Filen seems to have “WebDAV client and rclone integration” on their roadmap¹ for 2023/2024 and IceDrive supports WebDAV². So IceDrive can already be set up through S3Drive's Rclone support and Filen may in the future. Do note that using the WebDAV protocol has its limitations³. ¹https://filen.io/roadmap ²https://icedrive.net/help/account/does-icedrive-support-webdav ³https://rclone.org/webdav/#modification-times-and-hashes
Filen – Next Generation End-To-End Encrypted Cloud Storage. Get started with 10 GB of free space.
Rclone docs for WebDAV
😍 1
Jason Robinson joined the server. 5/12/2024 10:25 PM
Tenzin joined the server. 5/13/2024 9:34 PM
Avatar
Avatar
Tenzin
Click to see original message
Keith joined the server. 5/15/2024 2:59 AM
pce joined the server. 5/15/2024 1:22 PM
Avatar
Avatar
Unlawful Cactus
It's just a minor thing but... will the Android app get an adaptive icon in the future?
Certainly we'll have them implemented soon. Added to our feature requests, so we can track it. Thanks for reminding us about that ! https://s3drive.canny.io/feature-requests/p/implement-adaptive-icon (edited)
👍 1
pm joined the server. 5/17/2024 11:19 AM
Avatar
Avatar
Tom
Certainly we'll have them implemented soon. Added to our feature requests, so we can track it. Thanks for reminding us about that ! https://s3drive.canny.io/feature-requests/p/implement-adaptive-icon (edited)
InfiniteAds559 5/17/2024 7:50 PM
Will there be a different icon in the works as well?
7:57 PM
Does the mount function work similar to having a microSD? I'd like the ability to export daily backup function to automatically place the file in S3 rather than the stock files app
spaceb0t joined the server. 5/18/2024 8:31 AM
Evmosian joined the server. 5/18/2024 8:33 AM
Avatar
Avatar
Evmosian
Click to see original message
8:35 AM
Hello I'm newbie on S3Drive and docs has no sufficient info to use it with services. Why there is no tutorials with examples? BTW I cannot sign up even with dozen characters strong password.
Avatar
Appimage stucks when try to login.
8:48 AM
cant close etc. only via killing/terminate closes it
8:52 AM
flatpak version also stuck
Avatar
Avatar
Evmosian
Appimage stucks when try to login.
Hi @Evmosian Can you please create a support item and include information (OS system at least)? https://discord.com/channels/1069654792902815845/1102236355645419550 If you run Flatpak or AppImage from the command line do you get any output? It's possible there is an issue with libsecret. (edited)
Avatar
Avatar
Evmosian
Hello I'm newbie on S3Drive and docs has no sufficient info to use it with services. Why there is no tutorials with examples? BTW I cannot sign up even with dozen characters strong password.
Hi ! You can find S3 bucket setup (using Backblaze as an example) here: https://docs.s3drive.app/setup/bucket/ For any other provider, there is a list with some examples here: https://docs.s3drive.app/setup/providers/ Please let us know what are you trying to achieve, so we can help you set things up. Please use https://discord.com/channels/1069654792902815845/1102236355645419550 channel. Thank you.
Personal storage compatible with S3, WebDav and 70+ other Rclone back-ends
Personal storage compatible with S3, WebDav and 70+ other Rclone back-ends
pizzabed joined the server. 5/19/2024 4:41 AM
Avatar
Hello, I couldn't find this in the FAQ but is the S3Drive Windows application capable of displaying images and videos in an rclone crypt remote in a gallery view?
Avatar
Avatar
pizzabed
Hello, I couldn't find this in the FAQ but is the S3Drive Windows application capable of displaying images and videos in an rclone crypt remote in a gallery view?
Hi, it's not yet available, however it's something we will implement possibly later this year. Hard to give an exact ETA though, as it does require some changes to the rclone first (there is no streaming interface that we could use). (edited)
Avatar
Avatar
Tom
Hi, it's not yet available, however it's something we will implement possibly later this year. Hard to give an exact ETA though, as it does require some changes to the rclone first (there is no streaming interface that we could use). (edited)
If there's no streaming interface, how can S3Drive do on-the-flly video playback?
Avatar
Avatar
pizzabed
If there's no streaming interface, how can S3Drive do on-the-flly video playback?
That applies to S3 back-ends, Rclone support was added recently.
Avatar
Avatar
pizzabed
If there's no streaming interface, how can S3Drive do on-the-flly video playback?
We've implemented S3 natively, outside of Rclone and can do way more, due to custom nature of our implementation.
Avatar
Oh, I'm sorry, I was under the impression S3Drive was some kind of rclone frontend with optional hosting features
8:05 AM
For some reaso, I thought it was some kind of GUI that sits on top of rclone
Avatar
Avatar
pizzabed
Oh, I'm sorry, I was under the impression S3Drive was some kind of rclone frontend with optional hosting features
No worries, I think there are multiple use cases for S3Drive and the name that we've chosen back in 2022 probably doesn't help here. As such S3Drive is a simple back-end for Rclone, technically in some ways it is a GUI that sits on top of Rclone, but that's our additional feature, not the core one. The core one revolves around S3 support and storage plans will be available later this year. We still plan to expand support for Rclone back-ends, including preview, thumbnails etc.
Avatar
Avatar
pizzabed
For some reaso, I thought it was some kind of GUI that sits on top of rclone
One of the crucial features that we aim to implement is native support for back-ends configuration, so you wouldn't need to setup Rclone on your desktop first to setup OAuth2 back-ends: https://docs.s3drive.app/setup/providers/#oauth2 Instead one would simply give login/password to their, IDK, Google Drive and then we would be able to obtain all the required API tokens on behalf of the user. (edited)
Personal storage compatible with S3, WebDav and 70+ other Rclone back-ends
Exported 100 message(s)
Timezone: UTC+0