loverustfs
loverustfs
How does the performance compare with golang's https://github.com/klauspost/reedsolomon?
https://github.com/Nugine/s3s/blob/29bf39cb72507505d09d9d7637f57784dbfc0a40/crates/s3s/src/ops/mod.rs#L92 The base_domain restriction can only be the same as the host in order to use virtual_hosted_style. Are all local and external IPs supported by default? 中文: https://github.com/Nugine/s3s/blob/29bf39cb72507505d09d9d7637f57784dbfc0a40/crates/s3s/src/ops/mod.rs#L92 base_domain 限制只能与host相同才能使用virtual_hosted_style,...
Is it possible to add an Admin API to s3s and share the websocket rpc? There are several benefits: This makes it easier to read and write objects from other...
In accordance with the principle of 'one issue per problem' and for better management and tracking, I have closed the original issue and opened a new one. This issue from...
In accordance with the principle of 'one issue per problem' and for better management and tracking, I have closed the original issue and opened a new one. @Morethanevil Two more...
**Title :** Fix a bug **Fix a bug:** InvalidArgument on upload (likely ACL-related) **source:** https://github.com/rustfs/rustfs/issues/928 **Expected outcome:** Fix this bug without affecting the use of other functions. **OS**: Linux &...
In just a few days, we have been welcomed by open source enthusiasts all over the world. Thank you very much! We feel encouraged and recognized. Although we still have...
## Code ``` import datetime import boto3 import requests from django.conf import settings RETENTION = 'retention' EXPIRE_FAST = 'expire_fast' TEMP_MARKER = 'temp' service = 's3' region = 'us-east-1' t =...
Can RustFS be added to the S3 item? Thank you very much.