Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
chore: update ipfs s3 root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Apr 19, 2022
1 parent 42bc30c commit 6c63585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ecs/ipfs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "aws_ecs_task_definition" "main" {
s3_secret_access_key = module.ecs_ipfs_task_user.this_iam_access_key_secret
use_s3_blockstore = var.use_s3_blockstore
s3_key_transform = "next-to-last/2"
s3_root_directory = "ipfs/blocks"
s3_root_directory = var.directory_namespace != "" ? "${var.directory_namespace}/ipfs/blocks" : "ipfs/blocks"
}
)

Expand Down

0 comments on commit 6c63585

Please sign in to comment.