You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS A developer
I WANT that calling withCredentials(null) and withCredentials(null, null)in S3NioSpiConfiguration all credentials information are removed
SO THAT both methods bring the same side effect
The text was updated successfully, but these errors were encountered:
stefanofornari
added a commit
to stefanofornari/aws-java-nio-spi-for-s3
that referenced
this issue
Jul 28, 2023
* - addressing issue mainstrem #131; it was already correctly implemented, improved test
- using assertj everywhere
* implementing upstream #30; main changes are:
- FilsSystem lifecycle
- adding S3ClientProvider to isolate how the aws client is built
---------
Co-authored-by: sterapido <[email protected]>
AS A developer
I WANT that calling withCredentials(null) and withCredentials(null, null)in S3NioSpiConfiguration all credentials information are removed
SO THAT both methods bring the same side effect
The text was updated successfully, but these errors were encountered: