Extend GetObjectAttributes and ListObjectsV2 with user metadata support#13
Extend GetObjectAttributes and ListObjectsV2 with user metadata support#13maeldonn wants to merge 5 commits intodevelopment/1.0from
Conversation
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
e05ea19 to
e123b2d
Compare
e123b2d to
f1b000f
Compare
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
|
7f8564d to
5eaa299
Compare
|
|
||
| import { S3Client, S3ClientConfig } from '@aws-sdk/client-s3'; | ||
| import { ListObjectsV2ExtendedCommand } from '@scality/cloudserverclient/clients/s3Extended'; | ||
| import { ListObjectsV2ExtendedCommand } from '@scality/cloudserverclient/commands/s3Extended'; |
There was a problem hiding this comment.
I'm a bit surprised I can't import ListObjectsV2ExtendedCommand in my code editor.
I have to add /index after /s3extended to be able to import it.
I see in Zenko you directly imported with @scality/cloudserverclient
Anyways, you can update this example import if it's broken, or tell me if its because I misconfigured something on my code editor ?
| parseUserMetadataMiddleware, | ||
| } from './utils'; | ||
|
|
||
| export interface GetObjectAttributesExtendedInput extends Omit<GetObjectAttributesCommandInput, 'ObjectAttributes'> { |
There was a problem hiding this comment.
damn i really dont know enough about typescript 😆
SylvainSenechal
left a comment
There was a problem hiding this comment.
just double check the small s3extended command example file import
Issue: CLDSRVCLT-10