배포에 파일 업로드
풀 프로필
s3://my-bucket/
├─ some-folder/
│ ├─ some-file.txt
├─ some-other-folder/
│ ├─ some-other-file.jpg풀 프로필을 앱 버전에 연결하기
제한 사항
마지막 업데이트
도움이 되었나요?
s3://my-bucket/
├─ some-folder/
│ ├─ some-file.txt
├─ some-other-folder/
│ ├─ some-other-file.jpg마지막 업데이트
도움이 되었나요?
도움이 되었나요?
/
├─ app/
│ ├─ entrypoint.sh
│ ├─ custom-folder/
{
"name": "some-file-pull-profile",
"source": "/some-folder/some-file.txt",
"source_type": "file",
"destination": "/app/custom-folder/"
}