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

Storage Package Needed? #11

Open
C2BB opened this issue Mar 8, 2020 · 1 comment
Open

Storage Package Needed? #11

C2BB opened this issue Mar 8, 2020 · 1 comment

Comments

@C2BB
Copy link

C2BB commented Mar 8, 2020

Does this require CaCs storage package? They offer free upload / download it appears for users without a storage package https://download.cloudatcost.com/

@divinity76
Copy link
Owner

well it is designed to require login & storage packages, yes.

the code can be adjusted to upload without logging in at all, but i think that is a very bad idea: files uploaded without logging in will be auto-deleted after some time, i believe. when that happens, you will get random sector read errors!

but files uploaded by logged-in-users will never be deleted, afaik

btw i've been wanting to do a major rewrite of most of the code - the current architecture have some mutex-locking-issues that severely limit the performance of the async upload_multi-api, which is used for uploading data, and maybe it can even lead to data corruption, i'm not 100% sure

but i haven't had the motivation to do so, yet =/

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