Gateway Mode
Multiple users can share one mefs's running program.
After mefs is started, other users can also be started as a proxy.
mefs-user lfs start <addr> --sk=<private key> --pwd=<password>Parameter explanation:
addr:account address;
--sk:the private key of the user; if the private key corresponding to the address does not match, the address of the private key shall prevail;
--pwd:user's password;After mefs is started, other users can also be shut down by proxy.
mefs-user lfs kill <addr> --pwd=<password>Parameter explanation:
addr:account address
--pwd:account passwordCli
Http
The user whose address is the public key obtains the file named ObjectName from the BucketName bucket.
Cli
Http
Last updated
Was this helpful?