We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe8332 commit 3ff2fd3Copy full SHA for 3ff2fd3
1 file changed
src/fileSystemConfig.ts
@@ -133,6 +133,14 @@ let fileSystems: FileSystemConfig[] = [
133
134
// ----------- End. Below here, these are editable: -------------------
135
136
+ {
137
+ name: 'AequilibraE Example Data',
138
+ slug: 'aequilibrae-example',
139
+ description: 'Example data from the AequilibraE plugin',
140
+ thumbnail: 'images/thumb-localfiles.jpg',
141
+ example: true,
142
+ baseURL: 'https://us-east-1.console.aws.amazon.com/s3/buckets/aeqwrapper?region=us-east-1',
143
+ },
144
{
145
name: 'VSP/ZIB LakeFS',
146
hidden: true,
0 commit comments