-
Notifications
You must be signed in to change notification settings - Fork 68
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
Upgrade to AWS SDK v3 #4281
Upgrade to AWS SDK v3 #4281
Conversation
49cffe4
to
2e0e8be
Compare
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.
Only one small note for DRY sake; otherwise I saw (and approved of) most of this while pairing
api/services/S3Helper.js
Outdated
} | ||
|
||
listCommonPrefixes(prefix) { | ||
async listCommonPrefixes(prefix) { |
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.
the three list/paginated functions could go back to using a helper function like before because they all have the same structure
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.
OK, this is pushed.
Next week when Drew and I are both here we should test this on dev — and subsequently on staging — to give the actual connection to S3 a shakedown. |
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.
Awesome. Just a question about the site remover functionality.
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.
S3 bucket deletion is not working in dev
330f19c
to
4320c88
Compare
dbb0896
to
21bce64
Compare
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.
Confirmed all of site creation/deletion, published files, and old build log fetching. There is one small error that I think we can push to a separate issue. If you click published files immediately after the site is created, it will still error but I think that can be handled separately in the front end
2a39267
to
3747620
Compare
Fixes #3989
Changes proposed in this pull request:
aws-sdk-client-mock
for mocking AWS SDK callssecurity considerations
None. This is an update to an important dependency to keep us on a supported version.