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
After going through the source code and documentation i cannot see an API for the S3::Bucket class available to see if any errors were returned from AWS.
ie: this is an inspection on a bucket that was successfully created
Hey Guys,
After going through the source code and documentation i cannot see an API for the S3::Bucket class available to see if any errors were returned from AWS.
ie: this is an inspection on a bucket that was successfully created
And again when i try to create the same bucket in AWS. You can see it returns a conflict HTTP header.
Upon inspection can see an instance variable
@last_response
contains the http result and would be great if i could get access to that in some way.Did i missing something here or should i work on a PR?
Thanks.
The text was updated successfully, but these errors were encountered: