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
In the current implementation, the AWSOptions information is passed as is to the S3 Client option information.
So If it do not change the implementation of AWSProvider, it will need to change the AWSOptions type information.
The text was updated successfully, but these errors were encountered:
The type information of
AWSOptions
has not changed since using aws-sdk v2.Therefore, this type needs to be changed to aws-sdk v3 compatible type.
Specifically, the differences are as follows.
aws-sdk v2 compatible type (current type)
aws-sdk v3 compatible type
In the current implementation, the AWSOptions information is passed as is to the S3 Client option information.
So If it do not change the implementation of AWSProvider, it will need to change the AWSOptions type information.
The text was updated successfully, but these errors were encountered: