We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0a0a5 commit 0bab227Copy full SHA for 0bab227
plugins/nf-amazon/src/main/nextflow/cloud/aws/nio/util/S3ObjectId.java
@@ -46,14 +46,4 @@ public String key() {
46
public String versionId() {
47
return versionId;
48
}
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
- }
59
0 commit comments