-
I have some trouble with reading large files.
My config:
```
{large_object, [
{max_chunked_objs, 10000 },
{max_len_for_obj, 524288…
Elzor updated
10 years ago
-
Users will be able to easily set up the configuration of LeoFS.
-
I can't upload files to the same name as the bucket is attached to the top.
- What steps will reproduce the problem?
1. LeoFS server is 'All-in-one-server' (Environment is default)
2. Create a use…
-
# Goal
- Able to reduce disk space by resizing images on the fly
- Reduce performance degradation as possible
# Todo
- Survey image resizing libraries
- Determine how to implement it (Erlang, C-Port, …
-
I cannot upload a file, when I try to put a large file. I guess.
【Condition】
LeoFS : ver.0.16.5
Storage node count : 3 (Same thing happened when node count is 1.)
【Action】
Try to uplo…
-
I noticed that the redundant manager application does not honor the log configuration. This causes problems when leofs runs in an environment where the ./ directory is not owned by leofs and logs are …
-
It would be wonderful if it were possible to change the owner of a bucket.
-
if logging is left with the default settings the system quickly hits OOM, the fault seems to be the logger:
https://gist.github.com/Licenser/d7140bdc27082b4603aa
and
```
leo_logg…
-
["gleber / erlcloud"](https://github.com/gleber/erlcloud/) as S3 client for Erlang users
-
Between 0.14.9 and 0.16.0 the strucutre of the bucket record changes, this leads to the system being limited in it's capabilities.
- Error: https://gist.github.com/Licenser/32dbc0a2cd19b80d1c4e
- Code…