We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db9cb02 + 53c4866 commit a09713fCopy full SHA for a09713f
src/main/java/com/cloudconvert/dto/Operation.java
@@ -29,7 +29,7 @@ public enum Operation {
29
30
EXPORT_URL("export/url"),
31
EXPORT_S3("export/s3"),
32
- EXPORT_AZURE_BLOB("export/azure-blob"),
+ EXPORT_AZURE_BLOB("export/azure/blob"),
33
EXPORT_GOOGLE_CLOUD_STORAGE("export/google-cloud-storage"),
34
EXPORT_OPENSTACK("export/openstack"),
35
EXPORT_SFTP("export/sftp");
@@ -41,4 +41,4 @@ public enum Operation {
41
Operation(final String label) {
42
this.label = label;
43
}
44
-}
+}
0 commit comments