We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5949a5b commit 4d8f064Copy full SHA for 4d8f064
src/IO/JSON/JSONIOHandlerImpl.cpp
@@ -391,6 +391,8 @@ namespace
391
else if (modeString == "aws")
392
{
393
openPMD::internal::AwsBuilder builder(
394
+ // TODO: bucket_name: introduce expansion pattern for openPMD
395
+ // file name
396
get_mandatory("bucket_name", false),
397
get_mandatory("access_key_id", false),
398
get_mandatory("secret_access_key", false));
0 commit comments