Skip to content
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

Amazon S3 - Can't create a folder or link to any local folder #230

Open
Zaurio20 opened this issue Nov 12, 2022 · 2 comments
Open

Amazon S3 - Can't create a folder or link to any local folder #230

Zaurio20 opened this issue Nov 12, 2022 · 2 comments

Comments

@Zaurio20
Copy link

Zaurio20 commented Nov 12, 2022

What version of RCX are you using (About -> App version)?

  • 1.12.2

What is your Android version, phone model and manufacturer?

  • Android 12, Pocophone, Xiaomi

Which steps are required to reproduce this issue?

  1. Create a folder on any Amazon S3 location
  2. Link local folders to Amazon S3 folders

Both are not working

What is your configuration (rclone.conf)?

type = s3
provider = AWS
access_key = AKIAVKMUZYJEP5VUFRXP
secret_access = po2hSpeMx+xppJ9jZzaV7f35D4xJUkrPMYJsNxXK
region = us-west-2
location_constraint = us-west-2
act = private
server_side_encryption = AES256

Does the same issue also occur when using the same configuration on a PC or in Termux?

I only have tried via Termux

What are the contents of Android/data/io.github.x0b.rcx/files/logs/log.txt?

log.txt (click to expand)

@jogainv
Copy link

jogainv commented Feb 4, 2024

Hi there,
it happen to me also to all my s3 based storages,

everytime i want a new folder,
i prepared a folder with a file in it (small text file),
and i upload it and renamed it,

some other app actually doing this kind of thing,
everytime i made a new folder there is some hidden dot file in it,
maybe it need to be implemented to rcx also when using s3 based storage,

it seems s3 need it to be some object, they might look at new folder as 0 object.

cheers,
Yoga.

@Zaurio20
Copy link
Author

Hi there, it happen to me also to all my s3 based storages,

everytime i want a new folder, i prepared a folder with a file in it (small text file), and i upload it and renamed it,

some other app actually doing this kind of thing, everytime i made a new folder there is some hidden dot file in it, maybe it need to be implemented to rcx also when using s3 based storage,

it seems s3 need it to be some object, they might look at new folder as 0 object.

cheers, Yoga.

FolderSync did the job for me in the end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants