Skip to content
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

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

camdenmoors
Copy link
Collaborator

Adds support for reading and writing to S3

@camdenmoors camdenmoors marked this pull request as ready for review October 12, 2022 18:31
@aaronlippold
Copy link
Member

Did we update the documentation on the README? I don't see that.

@aaronlippold aaronlippold added the enhancement New feature or request label Oct 12, 2022
Some sites (such as GitHub) don't support HEAD on files.
@aaronlippold aaronlippold changed the title Add Alternative Input/Output modes Add support for reading and writing to AWS S3 buckets Oct 20, 2022
@mergify
Copy link
Contributor

mergify bot commented Nov 10, 2022

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)
Copy link
Member

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?

@aaronlippold
Copy link
Member

We seem to be missing unit tests

@aaronlippold aaronlippold linked an issue Dec 29, 2022 that may be closed by this pull request
@mergify
Copy link
Contributor

mergify bot commented May 1, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

1 similar comment
@mergify
Copy link
Contributor

mergify bot commented Jun 13, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

Signed-off-by: Charles Hu <chu@mitre.org>
@mergify
Copy link
Contributor

mergify bot commented Jun 20, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

charleshu-8 and others added 2 commits June 30, 2023 15:04
Signed-off-by: Charles Hu <chu@mitre.org>
@sonarcloud
Copy link

sonarcloud bot commented Jul 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@mergify
Copy link
Contributor

mergify bot commented Jul 29, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

4 similar comments
@mergify
Copy link
Contributor

mergify bot commented Sep 11, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

Copy link
Contributor

mergify bot commented Dec 5, 2023

This pull request has a conflict. Could you fix it @camdenmoors?

Copy link
Contributor

mergify bot commented Jan 16, 2024

This pull request has a conflict. Could you fix it @camdenmoors?

Copy link
Contributor

mergify bot commented Feb 5, 2024

This pull request has a conflict. Could you fix it @camdenmoors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload -o output file to s3
3 participants