Skip to content

Commit 2b13a82

Browse files
MINOR: Fixed typo
Fixes #148
1 parent db6b6fe commit 2b13a82

File tree

1 file changed

+1
-1
lines changed
  • lib/logstash/outputs

1 file changed

+1
-1
lines changed

lib/logstash/outputs/s3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def register
198198
end
199199

200200
if @validate_credentials_on_root_bucket && !WriteBucketPermissionValidator.new(@logger).valid?(bucket_resource)
201-
raise LogStash::ConfigurationError, "Logstash must have the privileges to write to root bucket `#{@bucket}`, check you credentials or your permissions."
201+
raise LogStash::ConfigurationError, "Logstash must have the privileges to write to root bucket `#{@bucket}`, check your credentials or your permissions."
202202
end
203203

204204
if @time_file.nil? && @size_file.nil? || @size_file == 0 && @time_file == 0

0 commit comments

Comments
 (0)