Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fclairamb authored May 24, 2020
1 parent f3ab711 commit ef35b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ better testing.
- 80% coverage (all APIs are tested, but not all errors are reproduced)

## Known limitations
- File appending is not supported because S3 doesn't support it, it could be simulated by rewriting entire files
- Chmod / Chtimes are not supported because S3 doesn't support it, it could be simulated through metadata
- Seeking for write is not supported, seeking for read (using ranges) is functional though
- File appending is not supported because S3 doesn't support it, it could be simulated by rewriting entire files.
- Chmod / Chtimes are not supported because S3 doesn't support it, it could be simulated through metadata.
- Seeking for write is not supported, seeking for read is functional though.


## How to use
Expand Down

0 comments on commit ef35b73

Please sign in to comment.