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
The AWSS3.jl currently does most of it's testing against actual AWS S3 (or MinIO) buckets to ensure correct behaviour. We should refactor the tests in this code-base to run as either unit tests or integration tests so that users without access to the AWS account can at least run the unit tests locally. This hopefully, should make it easier to contribute to this package.
The text was updated successfully, but these errors were encountered:
The AWSS3.jl currently does most of it's testing against actual AWS S3 (or MinIO) buckets to ensure correct behaviour. We should refactor the tests in this code-base to run as either unit tests or integration tests so that users without access to the AWS account can at least run the unit tests locally. This hopefully, should make it easier to contribute to this package.
The text was updated successfully, but these errors were encountered: