We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20c235 commit 20b7e3eCopy full SHA for 20b7e3e
app/lib/package/api_export/exported_api.dart
@@ -233,7 +233,7 @@ final class ExportedPackage {
233
Future<void> garbageCollect(Set<String> allVersionNumbers) async {
234
await Future.wait([
235
..._owner._prefixes.map((prefix) async {
236
- final pfx = '/api/archives/$_package-';
+ final pfx = prefix + '/api/archives/$_package-';
237
await _owner._listBucket(prefix: pfx, delimiter: '', (item) async {
238
assert(item.isObject);
239
if (!item.name.endsWith('.tar.gz')) {
0 commit comments