Skip to content

Commit c37df41

Browse files
minor fixes to README
1 parent 0a7de7b commit c37df41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Use storage on an S3-compliant cloud service:
152152
- URL: ``(s3|b2):[profile|(access_key_id:access_key_secret)@][schema://hostname[:port]]/bucket/path``
153153

154154
The underlying backend is based on ``boto3``, so all standard boto3 authentication methods are supported:
155-
155+
156156
- provide a named profile (from your boto3 config),
157157
- include access key ID and secret in the URL,
158158
- or use default credentials (e.g., environment variables, IAM roles, etc.).
@@ -221,7 +221,7 @@ like e.g. for upgrading an existing store's data to a new release.**
221221
There are tests and they succeed for the basic functionality, so some of the
222222
stuff is already working well.
223223

224-
There might be missing features or optimization potential, feedback welcome!
224+
There might be missing features or optimization potential, feedback is welcome!
225225

226226
There are a lot of possible, but still missing backends. If you want to create
227227
and support one: pull requests are welcome.

0 commit comments

Comments
 (0)