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
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
Description
The code is almost identical to the existing File BlobStore implementation (in fact it has already been added to nexus/blobstore_s3.go)
The problem is that testing that code is a bit awkward, because it requires valid creds connecting connecting to S3.
We already have a mocking test suite in place and a bunch of api mock examples (look up test with MockedClientSuite). So we just need to come up with the mocking data and test code.
Acceptance:
Enable s3 api methods
Using the nexus api (http://localhost:8081/#admin/system/api) manually perform all the different tasks and store the results. (note this requires valid AWS creds).
Create tests using mock data based on the sults from the previous step.
The text was updated successfully, but these errors were encountered:
Description
The code is almost identical to the existing File BlobStore implementation (in fact it has already been added to nexus/blobstore_s3.go)
The problem is that testing that code is a bit awkward, because it requires valid creds connecting connecting to S3.
We already have a mocking test suite in place and a bunch of api mock examples (look up test with MockedClientSuite). So we just need to come up with the mocking data and test code.
Acceptance:
The text was updated successfully, but these errors were encountered: