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

out_s3: miscellaneous fixes #2638

Closed
wants to merge 6 commits into from

Conversation

PettitWesley
Copy link
Contributor


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:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

Documentation

  • Documentation required for this feature

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.

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>
@edsiper
Copy link
Member

edsiper commented Oct 5, 2020

Thanks

Please adjust commit message for 401bd2d

@fujimotos
Copy link
Member

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

@edsiper edsiper Oct 5, 2020

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It works

@edsiper
Copy link
Member

edsiper commented Oct 6, 2020

thanks @PettitWesley and @fujimotos

I did a manual pick of the commits on this PR

note: PR MANUALLY MERGED

@edsiper edsiper closed this Oct 6, 2020
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.

3 participants