-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test zot against s3 storage #210
Comments
Small test on my machine using TestParallelRequests Suite: normal one:
s3fuse + minio:
|
Maybe benchmarks also? https://pkg.go.dev/testing#hdr-Benchmarks |
One good argument against using fuse mounts is that perhaps under some circumstances such as deploying containers, privileges to mount are not available/allowed. In which case, we may have to directly interact with the s3 APIs. |
closed in 9c568c0 |
Theoretically zot should work with S3 storage if we:
In order to test this integration
In the production version of this feature, the S3 configuration parameters as well as the zot configuration would be passed to the zot container using kubernetes specific objects.
The text was updated successfully, but these errors were encountered: