Skip to content

Commit 0bab227

Browse files
author
Josh Chorlton
committed
drop isOneZone check
1 parent 1d0a0a5 commit 0bab227

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plugins/nf-amazon/src/main/nextflow/cloud/aws/nio/util/S3ObjectId.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,4 @@ public String key() {
4646
public String versionId() {
4747
return versionId;
4848
}
49-
50-
/**
51-
* Determines if this object is in an S3 Express One Zone bucket.
52-
* S3 Express One Zone bucket names follow the pattern: base-bucket-name--zone-id--x-s3
53-
*
54-
* @return true if this is an S3 Express One Zone bucket
55-
*/
56-
public boolean isExpressOneZone() {
57-
return bucket != null && bucket.endsWith("--x-s3");
58-
}
5949
}

0 commit comments

Comments
 (0)