-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix custom s3 host handling LDEV-3594 #12
base: master
Are you sure you want to change the base?
Conversation
this includes initial support for parsing s3://miniadmin:minioadmin@http://localhost:9000/bucket which requires setting for jetS3t - s3service.https-only = false "s3service.s3-endpoint-http-port = 9000 Lucee 6 has support for setting env vars for testing this https://github.com/lucee/Lucee/blob/6.0/test/_setupTestServices.cfc#L118 lucee/Lucee@aae583a
this works great with https://min.io/download -- run the server -- monitor the s3 activity ant -DtestLabels="s3" -DtestExtensions="C:\work\lucee-extensions\extension-s3\dist" -DtestDebug="true" with this in the env "S3_CUSTOM_ACCESS_KEY_ID": "minioadmin", but it's crashing, whilst checking to see if something exists after it's create?
https://github.com/lucee/Lucee/blob/6.0/test/general/Resources.cfc#L196 |
all the tests now pass for s3 or s3_custom (local min.io) however, if both service profiles are enabled, it ends up throwing
|
https://luceeserver.atlassian.net/browse/LDEV-3594