A release was made: * Unsupported search paramters to ListObjects/ListObjectsV2 are now rejected

A release was made:
  • Unsupported search paramters to ListObjects/ListObjectsV2 are now rejected with 501 NotImplemented.
  • Fixes for Listing:
    • Fix listing behavior when the number of files within a folder exceeds the limit (you'd end up seeing a CommonPrefix for that large folder N times where N = number of children within the CommonPrefix / limit).
    • Fix corner case where listing could cause objects with sharing the base name of a "folder" to be skipped.
    • Fix listing over some files that shared a certain common prefix.
  • DeleteObjects can now handle 1000 objects at a time.
Was this page helpful?