Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8422 list multipart uploads #8531
base: master
Are you sure you want to change the base?
8422 list multipart uploads #8531
Changes from 5 commits
e7fb7b8
cd5b80d
299032a
d9ea540
7b1500d
08ad93c
1f7bf56
2fbe42a
11f8d46
08977ec
749f305
7d121bd
e04cd1b
dfc6699
8aa34f5
f8c8215
cff37f2
219d4f4
0a37251
52ef352
ea30b22
62f9e44
1bdd16f
644a390
22c1756
3d9225e
b1d588b
f6d95c7
9a4c5e1
033784a
2542855
c74b714
deb1fd3
5922ef8
2f740f4
f91771d
b3e5884
5a20568
62f8bbb
8f55605
645e5cf
4ecb691
58961d1
fa64a69
82f74a3
dfbee5c
d21b831
8ea2f8e
eaf8972
ad126b7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these checks should be in a different test @nopcoder WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think in general you are right but because we are going to skip this one for now for control-plane, might be nice to keep it in one spot. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the multipart upload was the only test that we used esti to check as it requires 5M uploads per part.
Agree with Idean - this part can be part the adapter package test as it should represent the spec we supprot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the AWS's helper function to get the value and check if the value is not nil - aws.StringValue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please verify that if there is no pagination required, does S3 remove these fields - which means that we need to set them as omitempty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in case there is no pagination, itTruncated does not appear in s3's answer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is why we should use omitempty