You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a "uninitialized constant Aws::S3::Grantee::Bucket" error when I attempt to initialize a new grantee. Below is the stack trace.
Aws::S3::Grantee.new(nil, nil)
NameError: uninitialized constant Aws::S3::Grantee::Bucket
from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:48:in owner_and_grantees' from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:70:ingrantees'
from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:195:in refresh' from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:113:ininitialize'
from (irb):6:in new' from (irb):6 from /usr/local/bin/irb:12:in
'
Note: I am only using nil to demonstrate that I don't the invalid input error I would expect and instead get a constant uninitialized error.
I am running on 1.9.2.
The text was updated successfully, but these errors were encountered:
I get a "uninitialized constant Aws::S3::Grantee::Bucket" error when I attempt to initialize a new grantee. Below is the stack trace.
Aws::S3::Grantee.new(nil, nil)
'NameError: uninitialized constant Aws::S3::Grantee::Bucket
from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:48:in
owner_and_grantees' from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:70:in
grantees'from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:195:in
refresh' from /usr/local/lib/ruby/gems/1.9.1/gems/aws-2.4.5/lib/s3/grantee.rb:113:in
initialize'from (irb):6:in
new' from (irb):6 from /usr/local/bin/irb:12:in
Note: I am only using nil to demonstrate that I don't the invalid input error I would expect and instead get a constant uninitialized error.
I am running on 1.9.2.
The text was updated successfully, but these errors were encountered: