Skip to content

Commit 438d8f5

Browse files
committed
chore(storage): use path style replace lookup
1 parent 86bd84c commit 438d8f5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

rootfs/usr/local/bin/get_object

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/usr/bin/env bash
22

3-
mc config host add storage \
3+
mc alias set storage \
44
"${DRYCC_STORAGE_ENDPOINT}" \
55
"${DRYCC_STORAGE_ACCESSKEY}" \
66
"${DRYCC_STORAGE_SECRETKEY}" \
7-
--lookup "${DRYCC_STORAGE_LOOKUP}" \
8-
--api s3v4
7+
--path "${DRYCC_STORAGE_PATH_STYLE}"
98

109
GET_PATH=/tmp/app.tgz
1110

0 commit comments

Comments
 (0)