Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tttol committed Jul 6, 2024
1 parent dc49939 commit a78050c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TBD
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Alternatively, you can create them in the directory mounted to `/app/upload` usi

![New File/Dir button](static/new.png)
## Remove file/directory manually (under development)
The feature to delete files and directories from the web interface is currently under development.
For now, you can use commands like `rm` in the directory mounted to `/app/upload` to delete them.
You can remove a file or directory using trash box icon at the right of each file/directory.
Alternatively, you can use commands like `rm` in the directory mounted to `/app/upload` to delete them.

## Connect your application with MOS3
Here’s how to connect an application that uses Amazon S3 to MOS3.
Expand All @@ -62,6 +62,9 @@ S3Client s3 = S3Client.builder()
> ```
> When specifying `localhost` as the endpoint, you may need to enable path style access as shown above.
# Contributing guidelines(TBD)
Thank you for your interest in contributing to our project. Please visit [CONTRIBUTING.md](https://github.com/tttol/mos3/blob/main/CONTRIBUTING.md) for additional information on contributing to this project.
# TBD
- Accept requests from AWS SDK for Java (Priority: High)
- **DL**
Expand Down
Binary file modified static/mos3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a78050c

Please sign in to comment.