-
Notifications
You must be signed in to change notification settings - Fork 157
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
Vanity URLs with AWS result in bucket NOT_FOUND on #2411 #2412
Conversation
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Outdated
Show resolved
Hide resolved
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Outdated
Show resolved
Hide resolved
…der/impl/S3Provider.java Signed-off-by: Paul Bastide <pbastide@us.ibm.com> Co-authored-by: Lee Surprenant <lmsurpre@us.ibm.com>
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Outdated
Show resolved
Hide resolved
…der/impl/S3Provider.java Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Outdated
Show resolved
Hide resolved
…der/impl/S3Provider.java Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Paul informed me that the system will still generate a reasonable error message for cases where the bucket doesn't actually exist, so I'm marking this LGTM.
However, I'd still like to better understand why the S3 SDK doesn't work with the bucket "vanity url" when the other methods do. I wonder if its worth opening on stack overflow (or similar)...
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Show resolved
Hide resolved
fhir-bulkdata-webapp/src/main/java/com/ibm/fhir/bulkdata/provider/impl/S3Provider.java
Show resolved
Hide resolved
…der/impl/S3Provider.java Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
Vanity URLs with AWS result in bucket NOT_FOUND on #2411
Signed-off-by: Paul Bastide pbastide@us.ibm.com