upload-images-to-minio #2
@@ -16,8 +16,8 @@ jobs:
|
|||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: Token $LABEL_STUDIO_API_TOKEN" \
|
-H "Authorization: Token $LABEL_STUDIO_API_TOKEN" \
|
||||||
"https://label-studio.gt-proj.com/api/storages/export/s3/1/sync"
|
"https://label-studio.gt-proj.com/api/storages/export/s3/1/sync"
|
||||||
|
|
||||||
- name: Fix MinIO file content type
|
- name: Fix Label Studio output content type in MinIO
|
||||||
env:
|
env:
|
||||||
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
|
MINIO_ACCESS_KEY: ${{ secrets.MINIO_ACCESS_KEY }}
|
||||||
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user