-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Draft] add s3 config screen #30
Conversation
extRact_v2.0.3-dev_20220903_0436-oss-arm64-v8a-debug.zip This is a current apk with the s3 provider. @chymian I have added the more generic settings for this provider, which allowed me to connect fully via the ui. If more settings are needed to be exposed, please add them here as a comment! |
I tested the apk. and here are some observations:
they might have different handling of s3, since there are differences in the protocol-implementation out there! at least it could make a difference in the displayed icon (see 5.)
felix, thanks for all your work |
Thanks for your evaluation!
I really like the favicon-idea! Though i will probably make it opt-in. Also i will have to redo the whole config-classes, this might take a bit. Edit: |
your right with
AFAIK, only the amazon s3-logo, https://en.wikipedia.org/wiki/Amazon_S3 |
Are you sure about 1? I cannot reproduce it. However, i added a check for it anyway. About 4: If you mean the threedot-menu when using the file explorer, sync© are not supported in this manner. Uploading works with using the plus-floating action button in the bottom-right. If you want to sync or copy, you can add a task for that since that allows you to specify the target-directory. |
About 2: This was fixed, until i figured out that it broke rclone completely. Currently the timeouts are like 30 seconds, and with 10 retries it takes a while. There is a timeout though! I need to figure out the proper flags that would reduce the "rigtht" timeouts, because there are multiple ones, and some break long-running tasks like calculating md5 checksums after transfer for big files. |
you are right. I assume it was my mistake on my sec. try.
I was selecting a file/dir, and the yellow action-bar at the bottom pop up.
ok, I see. which is not very obvious, when you select a file/folder & see the yellow bar…
true, and makes a lot of sence for repitive jobs. I was more talking about a manual or one-time shot. ;) |
Ah okay i know what you mean. You wanted to copy a file from your device (sdcard or internal storage) to a remote, right? The usual way of doing this would be to find the target folder on the remote, and then upload the local file via the plus button. The nextcloud app does it the same way, though they dont have a way to manage local storage. |
Closes #8