Skip to content

Commit

Permalink
feat: add ci support for ceph_rados
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhenglin Li committed Feb 18, 2024
1 parent 125ffa9 commit 97384d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/services/s3/ceph_rados_s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
AWS_ACCESS_KEY_ID: "ceph_rados_s3_admin"
AWS_SECRET_ACCESS_KEY: "ceph_rados_s3_admin"
AWS_EC2_METADATA_DISABLED: "true"
run: aws --endpoint-url http://127.0.0.1:8000/ s3 mb s3://test
run: aws --endpoint-url http://127.0.0.1:8080/ s3 mb s3://test
- name: Setup
shell: bash
run: |
Expand Down

0 comments on commit 97384d1

Please sign in to comment.