Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: test createbucketifneeded #143

Merged
merged 2 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ARG EN_MINIO=false
ARG EN_RCLONE=false
ARG VERSION

FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} as tools-builder
FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} AS tools-builder

FROM golang:1.21 as mgob-builder
FROM golang:1.21 AS mgob-builder
ARG VERSION
COPY . /go/src/github.com/stefanprodan/mgob
WORKDIR /go/src/github.com/stefanprodan/mgob
Expand Down
3 changes: 2 additions & 1 deletion test/gh-actions/no-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ retry:

s3:
url: "http://127.0.0.1:9000"
bucket: "backup"
bucket: "backup2"
accessKey: "AKIAIOSFODNN7EXAMPLE"
secretKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
api: "S3v4"
createbucketifneeded: true
Loading