Sha256: f335d42f223633423ea362e145d93028e1e8df284cfaf0152e2781a23fdf7510

Contents?: true

Size: 1.19 KB

Versions: 17

Compression:

Stored size: 1.19 KB

Contents

{
  "version": 2,
  "waiters": {
    "BucketExists": {
      "delay": 5,
      "operation": "HeadBucket",
      "maxAttempts": 20,
      "acceptors": [
        {
          "expected": 200,
          "matcher": "status",
          "state": "success"
        },
        {
          "expected": 404,
          "matcher": "status",
          "state": "retry"
        }
      ]
    },
    "BucketNotExists": {
      "delay": 5,
      "operation": "HeadBucket",
      "maxAttempts": 20,
      "acceptors": [
        {
          "expected": 404,
          "matcher": "status",
          "state": "success"
        }
      ]
    },
    "ObjectExists": {
      "delay": 5,
      "operation": "HeadObject",
      "maxAttempts": 20,
      "acceptors": [
        {
          "expected": 200,
          "matcher": "status",
          "state": "success"
        },
        {
          "expected": 404,
          "matcher": "status",
          "state": "retry"
        }
      ]
    },
    "ObjectNotExists": {
      "delay": 5,
      "operation": "HeadObject",
      "maxAttempts": 20,
      "acceptors": [
        {
          "expected": 404,
          "matcher": "status",
          "state": "success"
        }
      ]
    }
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.33 apis/S3.waiters.json
aws-sdk-core-2.0.32 apis/S3.waiters.json
aws-sdk-core-2.0.31 apis/S3.waiters.json
aws-sdk-core-2.0.30 apis/S3.waiters.json
aws-sdk-core-2.0.29 apis/S3.waiters.json
aws-sdk-core-2.0.28 apis/S3.waiters.json
aws-sdk-core-2.0.27 apis/S3.waiters.json
aws-sdk-core-2.0.26 apis/S3.waiters.json
aws-sdk-core-2.0.25 apis/S3.waiters.json
aws-sdk-core-2.0.24 apis/S3.waiters.json
aws-sdk-core-2.0.23 apis/S3.waiters.json
aws-sdk-core-2.0.22 apis/S3.waiters.json
aws-sdk-core-2.0.21 apis/S3.waiters.json
aws-sdk-core-2.0.20 apis/S3.waiters.json
aws-sdk-core-2.0.19 apis/S3.waiters.json
aws-sdk-core-2.0.18 apis/S3.waiters2.json
aws-sdk-core-2.0.17 apis/S3.waiters2.json