-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add support for reading and writing to AWS S3 buckets #746
base: main
Are you sure you want to change the base?
Conversation
Did we update the documentation on the README? I don't see that. |
Some sites (such as GitHub) don't support HEAD on files.
This pull request has a conflict. Could you fix it @camdenmoors? |
parsedURI = new URL(uri) | ||
logger.debug(`Parsed URI: ${uri} - Protocol is ${parsedURI.protocol}`) | ||
} catch { | ||
return fs.readFileSync(uri, encoding) |
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.
Is this really the best place in our 'switch' statement to get the 'I am reading a file from the filesystem' case?
We seem to be missing unit tests |
This pull request has a conflict. Could you fix it @camdenmoors? |
1 similar comment
This pull request has a conflict. Could you fix it @camdenmoors? |
Signed-off-by: Charles Hu <[email protected]>
This pull request has a conflict. Could you fix it @camdenmoors? |
Signed-off-by: Charles Hu <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request has a conflict. Could you fix it @camdenmoors? |
4 similar comments
This pull request has a conflict. Could you fix it @camdenmoors? |
This pull request has a conflict. Could you fix it @camdenmoors? |
This pull request has a conflict. Could you fix it @camdenmoors? |
This pull request has a conflict. Could you fix it @camdenmoors? |
Adds support for reading and writing to S3