Skip to content

Commit 673d046

Browse files
chore(docs): small updates of readme.md
1 parent 77b4c88 commit 673d046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ file_manager.copy("from/my_file.txt","to/my_copy.txt")
5353

5454
You can use the AWS backend if you have an AWS account.
5555

56-
To save files on AWS S3 a bucket and a base prefix is needed to be specified using the env variables NUMEROUS_FILES_BUCKET and NUMEROUS_FILES_BASE_PREFIX.
56+
To save files on AWS S3 a bucket (need to be created before using `file_manager`) and a base prefix is needed to be specified using the env variables NUMEROUS_FILES_BUCKET and NUMEROUS_FILES_BASE_PREFIX.
5757

5858
In order for the file_manager to access your files on aws, you need to provide authentication to access AWS.
5959

6060
### AWS authentication
6161

6262
If you set the env variables NUMEROUS_FILES_AWS_ACCESS_KEY and NUMEROUS_FILES_AWS_SECRET_KEY with your aws credentials they will be used to authenticate. In case these env variables are not set the client will authenticate with the AWS credentials from your environment.
6363

64-
If needed you can supply the names of the env variables you use to store information of the bucket, base_prefix, aws_access and aws_secrets ot the file_manager_factory method as the following key word arguments: bucket, base_prfix, aws_access_key_id, and aws_secret_access_key.
64+
If needed you can supply the names of the env variables you use to store information of the bucket, base_prefix, aws_access and aws_secrets to the file_manager_factory method as the following key word arguments: bucket, base_prefix, aws_access_key_id, and aws_secret_access_key.
6565

6666
## In Memory Backend
6767

68-
The in-memory backend does not need any configuration. Please be aware no files stored in the in-memory backend will not be persisted.
68+
The in-memory backend does not need any configuration. Please be aware, files stored in the in-memory backend will not be persisted.

0 commit comments

Comments
 (0)