Skip to content

Commit 8eceb2e

Browse files
authored
Merge pull request #163 from neuroforgede/wip/fix-plumbing-for-bucket-names/main
fix addressing style in environment_local to make builds work
2 parents 0e6c543 + b70ac94 commit 8eceb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skipper/skipper/environment_local.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"SKIPPER_S3_ENDPOINT_URL": "http://nfcomposes3:6044",
3636
"SKIPPER_S3_EXTERNAL_ENDPOINT_URL": 'http://localhost:' + os.getenv('SEAWEEDFS_DEV_OUTSIDE_PORT', '6044'),
3737
"SKIPPER_S3_MEDIA_BUCKET_NAME": "skipper-media",
38-
"SKIPPER_S3_MEDIA_ADDRESSING_STYLE": "virtual",
38+
"SKIPPER_S3_MEDIA_ADDRESSING_STYLE": "path",
3939
"SKIPPER_S3_STATIC_BUCKET_NAME": "skipper-static",
40-
"SKIPPER_S3_STATIC_ADDRESSING_STYLE": "virtual",
40+
"SKIPPER_S3_STATIC_ADDRESSING_STYLE": "path",
4141
**os.environ
4242
})
4343
# for unit tests

0 commit comments

Comments
 (0)