@@ -127,7 +127,7 @@ tape.test('simple S3 usage scenario', function (t) {
127
127
address : LOCALSTACK_HOST ,
128
128
port : 4566 ,
129
129
cloud : { region : 'us-east-2' } ,
130
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
130
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
131
131
} ,
132
132
http : { status_code : 200 , response : { encoded_body_size : 177 } }
133
133
} ,
@@ -145,7 +145,7 @@ tape.test('simple S3 usage scenario', function (t) {
145
145
address : LOCALSTACK_HOST ,
146
146
port : 4566 ,
147
147
cloud : { region : 'us-east-2' } ,
148
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
148
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
149
149
} ,
150
150
http : { status_code : 200 }
151
151
} ,
@@ -163,7 +163,7 @@ tape.test('simple S3 usage scenario', function (t) {
163
163
address : LOCALSTACK_HOST ,
164
164
port : 4566 ,
165
165
cloud : { region : 'us-east-2' } ,
166
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
166
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
167
167
} ,
168
168
http : { status_code : 200 }
169
169
} ,
@@ -181,7 +181,7 @@ tape.test('simple S3 usage scenario', function (t) {
181
181
address : LOCALSTACK_HOST ,
182
182
port : 4566 ,
183
183
cloud : { region : 'us-east-2' } ,
184
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
184
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
185
185
} ,
186
186
http : { status_code : 200 }
187
187
} ,
@@ -199,7 +199,7 @@ tape.test('simple S3 usage scenario', function (t) {
199
199
address : LOCALSTACK_HOST ,
200
200
port : 4566 ,
201
201
cloud : { region : 'us-east-2' } ,
202
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
202
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
203
203
} ,
204
204
http : { status_code : 200 , response : { encoded_body_size : 8 } }
205
205
} ,
@@ -217,7 +217,7 @@ tape.test('simple S3 usage scenario', function (t) {
217
217
address : LOCALSTACK_HOST ,
218
218
port : 4566 ,
219
219
cloud : { region : 'us-east-2' } ,
220
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
220
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
221
221
} ,
222
222
http : { status_code : 304 }
223
223
} ,
@@ -235,7 +235,7 @@ tape.test('simple S3 usage scenario', function (t) {
235
235
address : LOCALSTACK_HOST ,
236
236
port : 4566 ,
237
237
cloud : { region : 'us-east-2' } ,
238
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
238
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
239
239
} ,
240
240
http : { status_code : 200 , response : { encoded_body_size : 8 } }
241
241
} ,
@@ -254,7 +254,7 @@ tape.test('simple S3 usage scenario', function (t) {
254
254
address : LOCALSTACK_HOST ,
255
255
port : 4566 ,
256
256
cloud : { region : 'us-east-2' } ,
257
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
257
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
258
258
} ,
259
259
http : { status_code : 404 , response : { encoded_body_size : 207 } }
260
260
} ,
@@ -276,7 +276,7 @@ tape.test('simple S3 usage scenario', function (t) {
276
276
address : LOCALSTACK_HOST ,
277
277
port : 4566 ,
278
278
cloud : { region : 'us-east-2' } ,
279
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
279
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
280
280
} ,
281
281
http : { status_code : 204 }
282
282
} ,
@@ -294,7 +294,7 @@ tape.test('simple S3 usage scenario', function (t) {
294
294
address : LOCALSTACK_HOST ,
295
295
port : 4566 ,
296
296
cloud : { region : 'us-east-2' } ,
297
- service : { type : '' , name : '' , resource : 'elasticapmtest-bucket-1' }
297
+ service : { type : '' , name : '' , resource : 's3/ elasticapmtest-bucket-1' }
298
298
} ,
299
299
http : { status_code : 204 }
300
300
} ,
0 commit comments