Method: RightAws::S3Interface.amazon_problems
- Defined in:
- lib/s3/right_s3_interface.rb
.amazon_problems ⇒ Object
Returns a list of Amazon service responses which are known to be transient problems. We have to re-request if we get any of them, because the problem will probably disappear. By default this method returns the same value as the AMAZON_PROBLEMS const.
74 75 76 |
# File 'lib/s3/right_s3_interface.rb', line 74 def self.amazon_problems @@amazon_problems end |