-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
out_s3: miscellaneous fixes #2638
Conversation
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
Thanks Please adjust commit message for 401bd2d |
@eduardo FWIW, With this patch and the following patches applied, |
@@ -212,7 +214,7 @@ int s3_store_init(struct flb_s3 *ctx) | |||
struct flb_fstore_stream *fs_stream; | |||
|
|||
/* Initialize the storage context */ | |||
fs = flb_fstore_create(ctx->store_dir); |
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.
hmm buffer dir is there to include the bucket name in the filesystem path, but we are not longer using it. Is this 100% functional ?, I am not confident backlog chunks will be loaded if there is a different directory structure
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.
It works
thanks @PettitWesley and @fujimotos I did a manual pick of the commits on this PR note: PR MANUALLY MERGED |
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
Documentation
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.