-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Flush Timeout to s3 Connector (#553)
* Add flush timeout to s3 connector * Move s3 resource creation into setup method. * Make `_s3_resource` a cached property. * Move s3 session and resource creation into `setup()` method so that task for `flush_timeout` can be scheduled properly. * Extend `setup()` to verify bucket exists and can be accessed. * Adapt task scheduling unit test to not interfere with local opensearch instance * Add decorator to handle boto exceptions --------- Co-authored-by: Marco Herzog <[email protected]>
- Loading branch information
Showing
4 changed files
with
152 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters