Skip to content

Commit 71b361f

Browse files
hgreebeSean Smith
authored andcommitted
linking fsx to s3 can now be done on linux as well as MacOS
1 parent 9088550 commit 71b361f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/06-fsx-for-lustre/04-link-s3-fsx.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ aws fsx create-data-repository-association \
2828
--file-system-id $FSX_ID \
2929
--file-system-path / \
3030
--data-repository-path s3://mybucket-${BUCKET_POSTFIX} \
31-
--s3 AutoImportPolicy=\{"Events"=["NEW","CHANGED","DELETED"]\},AutoExportPolicy=\{"Events"=["NEW","CHANGED","DELETED"]\}
31+
--s3 "AutoImportPolicy={Events=[NEW,CHANGED,DELETED]},AutoExportPolicy={Events=[NEW,CHANGED,DELETED]}" \
32+
--batch-import-meta-data-on-create
3233
```
3334

3435
{{% notice info %}}

0 commit comments

Comments
 (0)