File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11
11
use AsyncAws \Core \Credentials \IniFileProvider ;
12
12
use AsyncAws \Core \Credentials \InstanceProvider ;
13
13
use AsyncAws \Core \Exception \InvalidArgument ;
14
- use AsyncAws \Core \Signers \Request ;
15
- use AsyncAws \Core \Signers \Signer ;
16
- use AsyncAws \Core \Signers \SignerV4 ;
14
+ use AsyncAws \Core \Signer \Request ;
15
+ use AsyncAws \Core \Signer \Signer ;
16
+ use AsyncAws \Core \Signer \SignerV4 ;
17
17
use Psr \Log \LoggerInterface ;
18
18
use Psr \Log \NullLogger ;
19
19
use Symfony \Component \HttpClient \HttpClient ;
Original file line number Diff line number Diff line change 12
12
### Changed
13
13
14
14
- Removed ` AwsClient ` and replaced it with ` AwsClientFactory `
15
- - Class ` AsuncAws\Core\Signers \Request ` is marked as internal
15
+ - Class ` AsuncAws\Core\Signer \Request ` is marked as internal
16
16
- Make sure behavior of calling ` Result::resolve() ` is consistent.
17
+ - Rename namespace ` Signers ` into ` Signer ` .
17
18
18
19
## 0.1.0
19
20
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace AsyncAws \Core \Signers ;
3
+ namespace AsyncAws \Core \Signer ;
4
4
5
5
/**
6
6
* Dummy object to store a Request.
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace AsyncAws \Core \Signers ;
3
+ namespace AsyncAws \Core \Signer ;
4
4
5
5
use AsyncAws \Core \Credentials \Credentials ;
6
6
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace AsyncAws \Core \Signers ;
3
+ namespace AsyncAws \Core \Signer ;
4
4
5
5
use AsyncAws \Core \Credentials \Credentials ;
6
6
use AsyncAws \Core \Exception \InvalidArgument ;
You can’t perform that action at this time.
0 commit comments