From db397cc9b722cddcf27d97a0f61086d1515f6419 Mon Sep 17 00:00:00 2001 From: t-takahashi Date: Fri, 19 Jul 2024 07:00:39 +0900 Subject: [PATCH] update README --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 0e961f0..28b1ec1 100644 --- a/README.md +++ b/README.md @@ -71,20 +71,3 @@ S3Client s3 = S3Client.builder() # Contributing guidelines 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** - - [x] listObjectsV2 - - [x] getObject - - **Upload** - - [x] putObject - - cp - - [x] copyObject - - rm - - [x] deleteObject -- Accept requests from CLI (Priority: Low) - - [x] ls - - [x] cp - - [ ] rm - - [ ] mv