This message was deleted.
# ask-for-help
s
This message was deleted.
b
Seems like the another pre signed issue. @Sean @Xipeng Guan
j
Hi kurniarahmatt. Could you verify the s3 by running this:
Copy code
kubectl -n yatai-system delete pod s3-client 2> /dev/null || true; \
kubectl run s3-client --rm --tty -i --restart='Never' \
    --namespace yatai-system \
    --env "AWS_ACCESS_KEY_ID=$S3_ACCESS_KEY" \
    --env "AWS_SECRET_ACCESS_KEY=$S3_SECRET_KEY" \
    --image <http://quay.io/bentoml/s3-client:0.0.1|quay.io/bentoml/s3-client:0.0.1> \
    --command -- sh -c "s3-client -e http://$S3_ENDPOINT listbuckets && echo successfully"
k
Hi, thanks for the respond @Bo @Jiang, here the result of that command:
is that versioning should be True/Enable?
x
S3_ENDPOINT
should not contain the
http://
prefix
k
@Xipeng Guan still "pre signed issue" after I change
S3_ENDPOINT
without `http://` prefix