Skip to content

Commit d09851e

Browse files
CLDSRV-839: Test Copy source GET access log
1 parent c8a9d5e commit d09851e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/functional/aws-node-sdk/test/serverAccessLogs/testServerAccessLogFile.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,6 +2124,13 @@ describe('Server Access Logs - File Output', async () => {
21242124
objectKey,
21252125
httpMethod: 'PUT',
21262126
},
2127+
{
2128+
...commonProperties,
2129+
operation: 'REST.COPY.OBJECT_GET',
2130+
action: 'CopyObject',
2131+
objectKey,
2132+
httpMethod: 'GET',
2133+
},
21272134
{
21282135
...commonProperties,
21292136
operation: 'REST.PUT.COPY',
@@ -2348,6 +2355,13 @@ describe('Server Access Logs - File Output', async () => {
23482355
objectKey: `${objectKey}-mpu`,
23492356
httpMethod: 'POST',
23502357
},
2358+
{
2359+
...commonProperties,
2360+
operation: 'REST.COPY.PART_GET',
2361+
action: 'UploadPartCopy',
2362+
objectKey,
2363+
httpMethod: 'GET',
2364+
},
23512365
{
23522366
...commonProperties,
23532367
operation: 'REST.PUT.COPY',

0 commit comments

Comments
 (0)