Guild icon
S3Drive
Community / general
For all on-topic discussion about S3Drive or related storage providers.
Avatar
May I ask what is the maximum storage capacity? 👇 If I consumed 4TB Storage what is the cost? Thanks in advance (edited)
Avatar
Avatar
frpnzxxx
HI! When connected to Google Drive, i cannot view the images, I have to download it to view, here is a screenshot
Hi, We haven't yet implemented image preview for non-S3 back-ends, it will be available around Q1/Q2 2024 - https://s3drive.canny.io/feature-requests/p/implement-thumbnails-for-rclone-back-ends
Avatar
Avatar
tengas23
May I ask what is the maximum storage capacity? 👇 If I consumed 4TB Storage what is the cost? Thanks in advance (edited)
Hi, We're not selling storage just yet, the Ultimate plan allows you to use all of the available features of the app, but you'll need to choose the storage provider yourself, please find the guide: https://docs.s3drive.app/setup/bucket/#providers Once you click on the registered account regardless if you have a free or Ultimate plan you are getting 10GB testing account. there is a relevant monit to let you know that it's only for testing purposes. We will be providing plans this year, including 4TB and potentially lifetime deals, but that's not yet ready.
Zero Knowledge E2E encrypted storage compatible with any S3 provider
👍 1
Avatar
If I could have a lifetime 10 TB deal I'd be so stoked, it would cost so much upfront tho 💸
Stem joined the server. 1/17/2024 3:14 PM
Stem joined the server. 1/17/2024 8:18 PM
mrfreed joined the server. 1/18/2024 12:39 AM
Avatar
Avatar
mrfreed
Click to see original message
/Chris joined the server. 1/18/2024 11:16 PM
Sergio Visinoni joined the server. 1/19/2024 12:10 PM
Avatar
InfiniteAds559 1/20/2024 5:08 AM
hey tom, is there difference in github apk vs playstore?
Avatar
@InfiniteAds559 Hi, currently yes, APK supports folder syncing from local FS: https://docs.s3drive.app/install/#apk-release Google Play release doesn't yet support it, but we're working on convincing Google that this use case is legitimate. (edited)
Avatar
InfiniteAds559 1/20/2024 3:20 PM
I see. is that why I wasn't able to move files? With folder sync, it basically backs up (if chose to) my desired folder? (edited)
3:22 PM
oh and does it auto update?
meticoeus joined the server. 1/21/2024 8:35 AM
Avatar
Avatar
InfiniteAds559
I see. is that why I wasn't able to move files? With folder sync, it basically backs up (if chose to) my desired folder? (edited)
Sorry, can you refresh me on the move files issue? If issue still persist, can you please create a support item? Regardless, it's not related to Android permission issue that I've mentioned. Speaking of sync modes, there are 4 of them. On desktop it uses "file watcher" to sync immediately, on mobile syncing starts when app starts (configurable in the settings). Periodic sync (e.g. once every 15 minutes) will come soon at some point we will also implement "foreground live sync", that will run constantly, however we still haven't exactly decided how to implement with battery life in mind. (edited)
kimonk joined the server. 1/22/2024 11:11 AM
Avatar
Avatar
kimonk
Click to see original message
Avatar
Avatar
kimonk
Click to see original message
Sticker
Archer Allstars joined the server. 1/23/2024 1:44 AM
star_ice_cream joined the server. 1/23/2024 2:36 PM
saul goodman joined the server. 1/24/2024 8:08 AM
ReplaX joined the server. 1/24/2024 3:25 PM
Crims joined the server. 1/25/2024 8:15 PM
daison joined the server. 1/26/2024 1:22 AM
Astro joined the server. 1/27/2024 12:31 PM
Avatar
Hi hi
Avatar
Hello, I'm trying to install s3drive .deb version, but libmpv1 not available on debian bookworm repo
Avatar
Morethanevil 1/27/2024 6:47 PM
Libmpv1 is outdated, use flatpak
👍 1
Avatar
The .deb package should accept libmpv2 tho
6:47 PM
I believe @Tom will have to see if that dependency is supported and can be allowed within the Debian package metadata, aka. install either libmpv1 or libmpv2.
Avatar
Avatar
Bryan
Hello, I'm trying to install s3drive .deb version, but libmpv1 not available on debian bookworm repo
Hi there, Would you be happy to try out this pre-release? https://github.com/s3drive/deb-app/releases/tag/1.7.7 I've added the: libmpv2 as an alternative, but don't really have capacity at the moment to test things out. Ideally movies should play out as normal, as MPV dependency is required by media library that we use: https://pub.dev/packages/media_kit (edited)
Avatar
Avatar
Xenthys®
I believe @Tom will have to see if that dependency is supported and can be allowed within the Debian package metadata, aka. install either libmpv1 or libmpv2.
Thanks for the hint with the .deb alternative !
Avatar
Avatar
Tom
Hi there, Would you be happy to try out this pre-release? https://github.com/s3drive/deb-app/releases/tag/1.7.7 I've added the: libmpv2 as an alternative, but don't really have capacity at the moment to test things out. Ideally movies should play out as normal, as MPV dependency is required by media library that we use: https://pub.dev/packages/media_kit (edited)
Installed successfully and running normally😁
Avatar
Avatar
Bryan
Installed successfully and running normally😁
That's great, so we've managed to fix it all together. Thanks ! (edited)
s3drive 2
💪 1
Deleted User joined the server. 1/28/2024 8:42 PM
Philipp joined the server. 1/28/2024 8:43 PM
povey joined the server. 1/28/2024 11:37 PM
Bad joined the server. 1/29/2024 2:25 PM
JakeABQ joined the server. 1/29/2024 2:35 PM
benoit joined the server. 1/29/2024 3:32 PM
Avatar
Just did a flatpak install on fedora and then flatpak run gives me: /app/extra/local/lib/s3drive/kapsa: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory (This is first time I've used flatpak though I did a test install on another app and that ran ok.) I can see that /var/lib/flatpak/app/io.kapsa.drive/..... has libmpv.so.1 (not 2) and that ldd on /var/lib/flatpak/app/io.kapsa.drive/...../extra/local/lib/s3drive/kapsa shows libmpv.so.2 => not found Have I done something wrong or is the package incorrect?
Avatar
It appears to be a package issue, S3Drive works with both to my knowledge so it should take any available between .1 and .2
Avatar
Avatar
benoit
Just did a flatpak install on fedora and then flatpak run gives me: /app/extra/local/lib/s3drive/kapsa: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory (This is first time I've used flatpak though I did a test install on another app and that ran ok.) I can see that /var/lib/flatpak/app/io.kapsa.drive/..... has libmpv.so.1 (not 2) and that ldd on /var/lib/flatpak/app/io.kapsa.drive/...../extra/local/lib/s3drive/kapsa shows libmpv.so.2 => not found Have I done something wrong or is the package incorrect?
Thanks for your report. It seems we've introduced a bug with a recent release which in theory was supposed to pick up right: libmpv version. We're working to have it resolved promptly, please bear with us.
Avatar
Avatar
benoit
Just did a flatpak install on fedora and then flatpak run gives me: /app/extra/local/lib/s3drive/kapsa: error while loading shared libraries: libmpv.so.2: cannot open shared object file: No such file or directory (This is first time I've used flatpak though I did a test install on another app and that ran ok.) I can see that /var/lib/flatpak/app/io.kapsa.drive/..... has libmpv.so.1 (not 2) and that ldd on /var/lib/flatpak/app/io.kapsa.drive/...../extra/local/lib/s3drive/kapsa shows libmpv.so.2 => not found Have I done something wrong or is the package incorrect?
Hey, this is now fixed: https://github.com/flathub/io.kapsa.drive/pull/28 but changes on Flathub takes some time to propagate, so if the build time updates here: https://flathub.org/en-GB/apps/io.kapsa.drive to something more recent than on the attached image, then it means it ended up in the official release. If you're in hurry you can build the Flatpak yourself using: git clone --recursive git@github.com:flathub/io.kapsa.drive.git cd io.kapsa.drive flatpak-builder --user --install --force-clean build-dir io.kapsa.drive.json ... however it does require some prior environment setup, like: flatpak install flathub org.freedesktop.Sdk//23.08 flatpak install flathub org.freedesktop.Platform flatpak install org.freedesktop.Sdk.Extension.vala/x86_64/23.08 We will be providing full guide, "how to compile Flatpak". (edited)
Avatar
Avatar
Tom
Hey, this is now fixed: https://github.com/flathub/io.kapsa.drive/pull/28 but changes on Flathub takes some time to propagate, so if the build time updates here: https://flathub.org/en-GB/apps/io.kapsa.drive to something more recent than on the attached image, then it means it ended up in the official release. If you're in hurry you can build the Flatpak yourself using: git clone --recursive git@github.com:flathub/io.kapsa.drive.git cd io.kapsa.drive flatpak-builder --user --install --force-clean build-dir io.kapsa.drive.json ... however it does require some prior environment setup, like: flatpak install flathub org.freedesktop.Sdk//23.08 flatpak install flathub org.freedesktop.Platform flatpak install org.freedesktop.Sdk.Extension.vala/x86_64/23.08 We will be providing full guide, "how to compile Flatpak". (edited)
It is now live on Flathub.
Skelhost joined the server. 1/30/2024 12:57 AM
Đunk joined the server. 1/30/2024 2:13 AM
Avatar
Avatar
Tom
It is now live on Flathub.
Great - reinstalled & it's starting now. Thanks a lot.
👍 1
Søren joined the server. 1/31/2024 4:27 PM
Jamie joined the server. 1/31/2024 7:11 PM
mblerandd joined the server. 1/31/2024 8:14 PM
Cliff joined the server. 1/31/2024 9:14 PM
Avatar
Hi Newcomers 👋 !
s3drive 1
thG joined the server. 2/1/2024 2:38 AM
luis joined the server. 2/1/2024 1:42 PM
DetoxBKG joined the server. 2/1/2024 8:11 PM
drml joined the server. 2/2/2024 1:29 PM
JesseDS joined the server. 2/5/2024 3:04 AM
nez joined the server. 2/5/2024 5:16 PM
NezorF joined the server. 2/5/2024 5:19 PM
Deleted User joined the server. 2/8/2024 8:58 PM
GigaUpdate joined the server. 2/9/2024 2:49 AM
ezerez joined the server. 2/9/2024 11:46 AM
jairoefe joined the server. 2/9/2024 5:06 PM
jesdav joined the server. 2/10/2024 2:36 PM
Denis joined the server. 2/11/2024 2:00 AM
Jack joined the server. 2/11/2024 3:42 AM
t joined the server. 2/11/2024 12:39 PM
Deleted User joined the server. 2/11/2024 12:54 PM
xpresso joined the server. 2/11/2024 8:20 PM
Nitrotoluol joined the server. 2/12/2024 3:06 PM
Mirsad1 joined the server. 2/12/2024 10:41 PM
cowduck joined the server. 2/13/2024 2:14 AM
SalCif joined the server. 2/13/2024 1:22 PM
Avatar
Hello teams, just want to report, yesterday i'm trying to run S3Drive AppImage on Fedora (Xfce), but after double click, nothing happened (app not open). Today I try to run S3Drive Deb & AppImage on Debian 12.5 (Xfce), the result same as yesterday...
Avatar
Avatar
Bryan
Hello teams, just want to report, yesterday i'm trying to run S3Drive AppImage on Fedora (Xfce), but after double click, nothing happened (app not open). Today I try to run S3Drive Deb & AppImage on Debian 12.5 (Xfce), the result same as yesterday...
When you start AppImage, do you get anything in logs, e.g. : ./S3Drive-x86_64.AppImage (kapsa:2730352): Gdk-CRITICAL **: 09:39:57.636: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed package:media_kit_libs_linux registered. flutter: *** sqflite warning *** You are changing sqflite default factory. Be aware of the potential side effects. Any library using sqflite will have this factory as the default for all operations. *** sqflite warning *** method call InitAppWindow method call InitSystemTray SystemTray::set_system_tray_info title: (null), icon_path: /tmp/.mount_S3DrivJ2GgY2/data/flutter_assets/assets/logos/logo_42.png, toolTip: (null) method call CreateContextMenu value_to_menu_item type:label, label:Show value_to_menu_item type:label, label:Hide value_to_menu_item type:label, label:Start drive mount value_to_menu_item type:label, label:Stop drive mount value_to_menu_item type:label, label:Start WebDav value_to_menu_item type:label, label:Stop WebDav value_to_menu_item type:label, label:Support value_to_menu_item type:label, label:Visit Website value_to_menu_item type:label, label:About value_to_menu_item type:label, label:Changelog value_to_menu_item type:label, label:Logs value_to_menu_item type:label, label:Version 1.7.11 method call SetContextMenu Just a question, did you try running Flatpak format? https://github.com/flathub/io.kapsa.drive/
Contribute to flathub/io.kapsa.drive development by creating an account on GitHub.
Avatar
Avatar
Tom
When you start AppImage, do you get anything in logs, e.g. : ./S3Drive-x86_64.AppImage (kapsa:2730352): Gdk-CRITICAL **: 09:39:57.636: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed package:media_kit_libs_linux registered. flutter: *** sqflite warning *** You are changing sqflite default factory. Be aware of the potential side effects. Any library using sqflite will have this factory as the default for all operations. *** sqflite warning *** method call InitAppWindow method call InitSystemTray SystemTray::set_system_tray_info title: (null), icon_path: /tmp/.mount_S3DrivJ2GgY2/data/flutter_assets/assets/logos/logo_42.png, toolTip: (null) method call CreateContextMenu value_to_menu_item type:label, label:Show value_to_menu_item type:label, label:Hide value_to_menu_item type:label, label:Start drive mount value_to_menu_item type:label, label:Stop drive mount value_to_menu_item type:label, label:Start WebDav value_to_menu_item type:label, label:Stop WebDav value_to_menu_item type:label, label:Support value_to_menu_item type:label, label:Visit Website value_to_menu_item type:label, label:About value_to_menu_item type:label, label:Changelog value_to_menu_item type:label, label:Logs value_to_menu_item type:label, label:Version 1.7.11 method call SetContextMenu Just a question, did you try running Flatpak format? https://github.com/flathub/io.kapsa.drive/
the app not open after i click execute, both appimage and deb version (edited)
Avatar
Avatar
Bryan
the app not open after i click execute, both appimage and deb version (edited)
By any chance, can you start from command line?
satvika joined the server. 2/16/2024 8:01 AM
Avatar
Avatar
Tom
By any chance, can you start from command line?
doomblah joined the server. 2/16/2024 9:23 PM
Aristorn joined the server. 2/18/2024 10:44 PM
sitenevnews joined the server. 2/19/2024 10:42 AM
Avatar
A very interesting program, thanks to the developers. I want to buy the lifetime version. Are there any promotions or discounts planned using promotional codes? And another question: will the program be translated into other languages?
Avatar
Avatar
Nitrotoluol
A very interesting program, thanks to the developers. I want to buy the lifetime version. Are there any promotions or discounts planned using promotional codes? And another question: will the program be translated into other languages?
Thanks for the good words ! We did have a pretty good Black Friday, however since we've added Rclone support end of December we plan to increase the price slightly, yet it's still possible to get the Lifetime before the price hike. We do have plans to translate it to other languages, however we haven't got to that just yet: https://s3drive.canny.io/feature-requests/p/translate-the-app-extract-translation-strings and given our ambitious roadmap: https://s3drive.app/roadmap2024 at best we may translate app only partially by the end of 2024.
info@mealbox.it joined the server. 2/19/2024 3:07 PM
Avatar
info@mealbox.it 2/19/2024 4:18 PM
good afternoon
👋 1
Avatar
Avatar
info@mealbox.it
good afternoon
Buonasera !
Avatar
Avatar
Tom
Thanks for the good words ! We did have a pretty good Black Friday, however since we've added Rclone support end of December we plan to increase the price slightly, yet it's still possible to get the Lifetime before the price hike. We do have plans to translate it to other languages, however we haven't got to that just yet: https://s3drive.canny.io/feature-requests/p/translate-the-app-extract-translation-strings and given our ambitious roadmap: https://s3drive.app/roadmap2024 at best we may translate app only partially by the end of 2024.
Greetings! Thank you very much for your quick response! I continue to study and test the capabilities of the application and have encountered the following problem: I want to synchronize media files with Backblaze storage, but it is important that the original file creation date is preserved when saving/restoring files from the storage to the device (since files in the gallery are sorted by creation date and if Do not restore the file creation date, then there will be chaos in the gallery). Is it possible to save/restore the creation or modification date of original files during synchronization?
Avatar
Avatar
Nitrotoluol
Greetings! Thank you very much for your quick response! I continue to study and test the capabilities of the application and have encountered the following problem: I want to synchronize media files with Backblaze storage, but it is important that the original file creation date is preserved when saving/restoring files from the storage to the device (since files in the gallery are sorted by creation date and if Do not restore the file creation date, then there will be chaos in the gallery). Is it possible to save/restore the creation or modification date of original files during synchronization?
Can you please let me know what platform you use and whether you use Media Backup (mobile) or Sync (all platforms)? Modification date shall be preserved, we've added this in a : "[1.7.1] - 2024-01-04" release (https://s3drive.app/changelog). Creation date is trickier to implement reliably given that not all filesystems support it on platforms that we support and underlying Rclone library that we use for syncing doesn't use creation dates either. We will certainly think of implementing creation date, especially for macOS and Windows platform, or Unix the answer isn't simple.
Avatar
Avatar
Tom
Can you please let me know what platform you use and whether you use Media Backup (mobile) or Sync (all platforms)? Modification date shall be preserved, we've added this in a : "[1.7.1] - 2024-01-04" release (https://s3drive.app/changelog). Creation date is trickier to implement reliably given that not all filesystems support it on platforms that we support and underlying Rclone library that we use for syncing doesn't use creation dates either. We will certainly think of implementing creation date, especially for macOS and Windows platform, or Unix the answer isn't simple.
I use S3Drive 1.7.10 on a phone with Android 12. I created a synchronization task for a folder on the phone (sending from the phone to Baskblaze), "Sync" synchronization mode. The "modification date" is not saved and cannot be restored.
Mikel joined the server. 2/20/2024 4:38 PM
Deleted User joined the server. 2/20/2024 9:06 PM
cojonees. joined the server. 2/20/2024 9:22 PM
Avatar
Hey guys, I wanted to ask if I got a ultimate license for my andriod if I can use the MacOS app to download files with it. The reason I ask is because when I try to download a zip on the app it says I need a ultimate license but I know I bought one in Google Play
Avatar
Hi - I'm coming from S3 Browser and they have an option to use a custom domain name that replaces the s3 url. See Attachment. I read somewhere this was planned for S3Drive. Is this still the case? Or is it already implemented and I cant find it in the app. Thanks for your time.
Avatar
Avatar
/Chris
Hi - I'm coming from S3 Browser and they have an option to use a custom domain name that replaces the s3 url. See Attachment. I read somewhere this was planned for S3Drive. Is this still the case? Or is it already implemented and I cant find it in the app. Thanks for your time.
Something similar was requested along the lines: https://s3drive.canny.io/feature-requests/p/allow-custom-download-url and https://s3drive.canny.io/feature-requests/p/allow-sharing-raw-unsigned-urls Sounds like we may have to prioritize it. Quick question, what's the use case for: "Custom host name" for you? Would that be, so in the shared URLs you have shorter name? What's the list of URLs on your screen? Can you connect to your bucket using your "Custom host name"? In which case you could pass it as a Gateway during login screen.
penguinfai joined the server. 2/21/2024 8:57 AM
triggy joined the server. 2/21/2024 9:13 PM
Exported 100 message(s)
Timezone: UTC+0