Skip to content

Commit

Permalink
CLDSRV-57 Artesca 1.3 will only support ingestion from S3C
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2bert committed Nov 9, 2021
1 parent 12354f2 commit 2bec6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/utilities/reportHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function getCapabilities() {
managedLifecycleTransition: true,
secureChannelOptimizedPath: hasWSOptionalDependencies(),
s3cIngestLocation: true,
nfsIngestLocation: true,
cephIngestLocation: true,
awsIngestLocation: true,
nfsIngestLocation: false,
cephIngestLocation: false,
awsIngestLocation: false,
};
}

Expand Down

0 comments on commit 2bec6c2

Please sign in to comment.