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

loosen 'aws-sdk' version requirement #5

Merged
merged 1 commit into from
Jun 14, 2012
Merged

Conversation

eudoxa
Copy link
Contributor

@eudoxa eudoxa commented Jun 14, 2012

I'm trying to use a number of aws fluent plugin at the same time.
But, the plugins have different dependencies of 'aws-sdk'.

I checkd to upload via fluent-plugin-s3 with 'aws-sdk(1.1.0)' or 'aws-sdk(1.5.3)' .Both versions worked properly.

Could you loosen 'aws-sdk' version requirement?

Testing config is as below.

s3_endpoint s3-ap-northeast-1.amazonaws.com
s3_bucket fluent-plugin-s3.verification
path events
buffer_path /Users/myname/tmp/s3
time_slice_format %Y%m%d/%H%M

hotchpotch added a commit that referenced this pull request Jun 14, 2012
loosen 'aws-sdk' version requirement
@hotchpotch hotchpotch merged commit 8a9359c into fluent:master Jun 14, 2012
chillaxd pushed a commit to chillaxd/fluent-plugin-s3 that referenced this pull request Dec 19, 2016
# This is the 1st commit message:

# This is a combination of 3 commits.
# This is the 1st commit message:
# This is a combination of 3 commits.
# This is the 1st commit message:
Out S3 change

so that user can use minimal policy at AWS, to work with fluentd
like S3:PutObject

# This is the commit message fluent#2:

Spacing handled in out-S3 plugin

# This is the commit message fluent#3:

Identation modified

# This is the commit message fluent#4:

Introduce check_bucket paramater
To skip the using of auto_create_bucket for bucket existence checking

# This is the commit message fluent#5:

Fixes:

Test cases added.
README has been modified with check_bucket's usage and sample AWS policy.

# This is the commit message fluent#6:

Fixes:

Issues for extra spoaces. Modified

# This is the commit message fluent#7:

Spacing issues

# This is the commit message fluent#8:

Update test_out_s3.rb

# This is the commit message fluent#9:

time slicer modified for utc also

# This is the commit message fluent#10:

removing test cases

# This is the commit message fluent#1:

renaming time_slicer variable

# This is the commit message fluent#2:

Test casees added

Test cases for out_s3 plugin has been added. This feature will work with hardened
S3 policy like with only PutObject permission. As it will not check bucket existence
not even object existence, as for each object creation it will name it with timestamp.
So anyhow it will be unique everytime.

Only thing it willl assume that bucket is created already.

# This is the commit message fluent#3:

Some variable renamed

# This is the commit message fluent#2:

Clean up dependencies

# This is the commit message fluent#3:

Update README for placeholders

# This is the commit message fluent#2:

v0.8.0.rc1
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.

2 participants