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
Currently, the S3 section of the AWS toolkit is not realistically usable for any bucket that has more than ~100 objects.
Workflows such as "find a text object by name out of the couple million objects in the bucket, edit it in vs code, and sync it back" are not viable because the object simply cannot be located - the UI lets the user paginate and fetch the next page of records, so getting to an object that is on the 1000th page would take unrealistic time.
Expected behavior
The bucket dropdown should have a search field that filters down the result set by prefix, just like the S3 AWS console does.
The text was updated successfully, but these errors were encountered:
Problem
Currently, the S3 section of the AWS toolkit is not realistically usable for any bucket that has more than ~100 objects.
Workflows such as "find a text object by name out of the couple million objects in the bucket, edit it in vs code, and sync it back" are not viable because the object simply cannot be located - the UI lets the user paginate and fetch the next page of records, so getting to an object that is on the 1000th page would take unrealistic time.
Expected behavior
The bucket dropdown should have a search field that filters down the result set by prefix, just like the S3 AWS console does.
The text was updated successfully, but these errors were encountered: