Improve documentation
This commit is contained in:
parent
51f6f7174b
commit
63a45989f4
40 changed files with 956 additions and 420 deletions
|
|
@ -110,7 +110,7 @@ def test_initialized_with_file(client: Any) -> None:
|
|||
|
||||
boto3.client = Mock(return_value=s3)
|
||||
|
||||
LargeFileS3.configure_credentials_from_file(PATH / "../../docs/example_secrets.ini")
|
||||
LargeFileS3.configure_credentials_from_file(PATH / "data/example_secrets.ini")
|
||||
lf = LargeFileS3("test-file")
|
||||
|
||||
boto3.client.assert_called_once_with(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue