Skip to content

Fix s3-4c implementation #247

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

Merged
merged 3 commits into from
Aug 13, 2020
Merged

Fix s3-4c implementation #247

merged 3 commits into from
Aug 13, 2020

Conversation

JulianKunkel
Copy link
Collaborator

This pull request updates the S3-aws4c implementation to the new AIORI interface and outsources the options into module-specific options.
An example usage is:
./ior -a=S3-4c --S3-4c.user=julian --S3-4C.host=localhost:9000

Credentials need to be stored in $HOME/.awsAuth, e.g.:
julian:accesskey:secretkey

Using the minio server as documented in testing/s3.sh
leads to an error:
CURL call failed at aiori-S3-4c.c, line 1258
ERROR: 411 '411 Length Required'

Which may be due to missing part in the XML. As the implementation and used library maybe a bit outdated, further checks are necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant