2015-07-06 16:25:30 +0000 [error]: unexpected error error_class=RuntimeError error=#<RuntimeError: can't call S3 API. Please check your aws_key_id / aws_sec_key or s3_region configuration. error = #<AWS::S3::Errors::PermanentRedirect: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.>>
The AWS error about the specified endpoint suggests the problem is related to how AWS addresses US Standard buckets vs. region specific path-style buckets. My bucket is in the US Standard region and none of the required region names apply (e.g., us-west-1, etc.). For US Standard buckets, one address them by s3.amazonaws.com. For region specific buckets, one address them by s3-<region>.amazonaws.com. I don't know how to make this work with Fluentd.
Does anyone have experience with using Fluentd with buckets that are US Standard?
Thanks,
Wallace
--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.