From deeb9a70d5467f535e4334d21dd26e6b332be6c0 Mon Sep 17 00:00:00 2001 From: "philipp.goymann" <philipp.goymann@mpi-bn.mpg.de> Date: Wed, 26 Oct 2022 21:46:27 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f032799..f7134ac 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Clone the git Repository, create a python conda environment and run the setup.py $ git clone git@gitlab.gwdg.de:loosolab/software/loosolab-s3.git $ cd loosolab-s3/ $ python setup.py install - +``` **Description of Functions** ------------ *check if bucket exists* -``` +```bash $ S3 --secret <secret> --key <user name> --bucket_exists --bucketname <bucketname> ``` -- GitLab