Sha256: c9bff824bee8dc0da0f96359cd54e14100adb4d70643c93d75b322f062011d52
Contents?: true
Size: 658 Bytes
Versions: 28
Compression:
Stored size: 658 Bytes
Contents
{ "waiters": { "__default__": { "interval": 5, "max_attempts": 20 }, "BucketExists": { "operation": "HeadBucket", "ignore_errors": [ "NoSuchBucket" ], "success_type": "output" }, "BucketNotExists": { "operation": "HeadBucket", "success_type": "error", "success_value": "NoSuchBucket" }, "ObjectExists": { "operation": "HeadObject", "ignore_errors": [ "NoSuchKey" ], "success_type": "output" }, "ObjectNotExists": { "operation": "HeadObject", "success_type": "error", "success_value": "NoSuchKey" } } }
Version data entries
28 entries across 28 versions & 1 rubygems