You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s3/list-objects returns a potentially truncated list. we need to retrieve remaining if it's truncated.
Depending on the size of the bucket/number of to-be-uploaded-objects retrieving object summaries individually might be more efficient. E.g. 10k objects in bucket but only requesting to upload two files.
Getting object summaries on a per key basis would also allow for metadata to be diffed, something I initially decided to skip in #4
The text was updated successfully, but these errors were encountered:
s3/list-objects
returns a potentially truncated list. we need to retrieve remaining if it's truncated.Depending on the size of the bucket/number of to-be-uploaded-objects retrieving object summaries individually might be more efficient. E.g. 10k objects in bucket but only requesting to upload two files.
Getting object summaries on a per key basis would also allow for metadata to be diffed, something I initially decided to skip in #4
The text was updated successfully, but these errors were encountered: