Skip to content

Cloudserver - option like "--no-check-certificate" when connecting to S3 backend #1467

Answered by rahulreddy
zawadaa asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @zawadaa
Here's an example on how you can use http only location

    "awsbackendhttp": {
        "type": "aws_s3",
        "objectId": "awsbackendhttp",
        "legacyAwsBehavior": true,
        "details": {
            "awsEndpoint": "s3.amazonaws.com",
            "bucketName": "multitester555",
            "bucketMatch": true,
            "credentialsProfile": "default",
            "https": false
        }
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zawadaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants