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 AmazonS3FileManagerDriver #743

Merged
merged 5 commits into from
Apr 12, 2024
Merged

Conversation

dylanholmes
Copy link
Contributor

Changes:

  • Add AmazonS3FileManagerDriver
  • Edit LocalFileManagerDriver to have consistent error artifact output
  • Edit BaseFileManagerDriver with more exception to error artifact translations for common scenarios
  • Improve test coverage of LocalFileManagerDriver

Also manually tested using the driver against a real s3 bucket, in a similar style to those added in the unit tests.

@dylanholmes
Copy link
Contributor Author

The unit tests are currently failing due to an unrelated unit test -TestAwsIotCoreEventListenerDriver.test_try_publish_event. That particular unit test works locally, but it seems to be the only test that is using moto3's decorators and I'm wondering if they don't work in the github environment.

I would have expected this to have been caught in the original PR, not sure why I'm just seeing this behavior now.

@collindutter collindutter force-pushed the feature/s3-file-manager-driver branch from 894bcc3 to 155d909 Compare April 11, 2024 23:18
Copy link
Member

@collindutter collindutter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!!

@collindutter collindutter merged commit 2cc293c into dev Apr 12, 2024
6 checks passed
@collindutter collindutter deleted the feature/s3-file-manager-driver branch April 12, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants