Skip to content

Commit

Permalink
make client
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldg committed Jan 17, 2025
1 parent 4a9eda2 commit 29886eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14666,7 +14666,7 @@ export interface components {
* Type
* @enum {string}
*/
type: "aws_s3" | "azure_blob" | "boto3" | "disk" | "generic_s3" | "onedata";
type: "aws_s3" | "azure_blob" | "boto3" | "disk" | "generic_s3" | "onedata" | "irods";
/** Variables */
variables?:
| (
Expand Down Expand Up @@ -17470,7 +17470,7 @@ export interface components {
* Type
* @enum {string}
*/
type: "aws_s3" | "azure_blob" | "boto3" | "disk" | "generic_s3" | "onedata";
type: "aws_s3" | "azure_blob" | "boto3" | "disk" | "generic_s3" | "onedata" | "irods";
/**
* Uuid
* Format: uuid4
Expand Down
1 change: 1 addition & 0 deletions client/src/components/ObjectStore/ObjectStoreTypeSpan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const MESSAGES = {
generic_s3:
"This is a storage location based on the Amazon Simple Storage Service (S3) interface, but likely not stored by Amazon. The AWS interface has become an industry standard and many storage vendors support it and use it to expose object based storage.",
onedata: "This is a storage location based on the Onedata system.",
irods: "This is a storage location based on the iRODS system.",
};
interface Props {
Expand Down

0 comments on commit 29886eb

Please sign in to comment.