|
83 | 83 | } |
84 | 84 | MOCK_S3_BUCKETS_RESPONSE = { |
85 | 85 | "Buckets": [ |
86 | | - {"Name": "test_transactions", "CreationDate": datetime.datetime(2000, 1, 1)}, |
87 | | - {"Name": "test_sales", "CreationDate": datetime.datetime(2000, 2, 2)}, |
88 | | - {"Name": "events", "CreationDate": datetime.datetime(2000, 3, 3)}, |
| 86 | + { |
| 87 | + "Name": "test_transactions", |
| 88 | + "CreationDate": datetime.datetime(2000, 1, 1), |
| 89 | + "BucketArn": "arn:aws:s3:::test_transactions", |
| 90 | + "BucketRegion": "us-east-1", |
| 91 | + }, |
| 92 | + { |
| 93 | + "Name": "test_sales", |
| 94 | + "CreationDate": datetime.datetime(2000, 2, 2), |
| 95 | + "BucketArn": "arn:aws:s3:::test_sales", |
| 96 | + "BucketRegion": "us-east-1", |
| 97 | + }, |
| 98 | + { |
| 99 | + "Name": "events", |
| 100 | + "CreationDate": datetime.datetime(2000, 3, 3), |
| 101 | + "BucketArn": "arn:aws:s3:::events", |
| 102 | + "BucketRegion": "us-east-1", |
| 103 | + }, |
89 | 104 | ] |
90 | 105 | } |
91 | 106 | MOCK_S3_METADATA_FILE_RESPONSE = { |
|
0 commit comments