We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any one up for writing an s3 upload to add on? AWS has the code, https://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileDotNet.html. I just have no idea where to put it.
The text was updated successfully, but these errors were encountered:
@slacker-kb - This is likely the portion of the code to add a new conditional for an S3 upload: https://github.com/orlikoski/CyLR/blob/main/CyLR/src/Program.cs#L128
You will likely want a new module/function to handle the specifics of the s3 upload that is called within a conditional nearby the above line of code.
Sorry, something went wrong.
epicsilence99
No branches or pull requests
Any one up for writing an s3 upload to add on? AWS has the code, https://docs.aws.amazon.com/AmazonS3/latest/dev/HLuploadFileDotNet.html. I just have no idea where to put it.
The text was updated successfully, but these errors were encountered: