mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 14:07:02 +09:00
Update docs/s3.md
This commit is contained in:
parent
17728239b9
commit
c51dea63af
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ Steps:
|
||||||
3. Specify your current AWS S3 **region** in [docker-generateconfig\etc\filenode.yml](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-generateconfig/etc/filenode.yml#L6).
|
3. Specify your current AWS S3 **region** in [docker-generateconfig\etc\filenode.yml](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-generateconfig/etc/filenode.yml#L6).
|
||||||
4. Specify your valid `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `MINIO_BUCKET` (just use the name AWS S3 bucket) in **.env.override** file.
|
4. Specify your valid `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY` and `MINIO_BUCKET` (just use the name AWS S3 bucket) in **.env.override** file.
|
||||||
5. Remove or commented out **minio** and **create-bucket** services from [docker-compose.yml](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-compose.yml#L56). Remove or commented out [dependency](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-compose.yml#L127) within any-sync-filenode service.
|
5. Remove or commented out **minio** and **create-bucket** services from [docker-compose.yml](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-compose.yml#L56). Remove or commented out [dependency](https://github.com/anyproto/any-sync-dockercompose/blob/main/docker-compose.yml#L127) within any-sync-filenode service.
|
||||||
6. `make start`
|
6. If you have already uploaded files to MINIO previously, you also need to upload the data in the MINIO bucket to the S3 bucket. If you haven't modified the location of the STORAGE_DIR, go to `storage/minio/minio-bucket`, and you can find the previous data. Upload all the files to the S3 bucket.
|
||||||
|
7. `make start`
|
||||||
|
|
||||||
Once the files are uploaded to the Anytype space, they will be uploaded to the bucket in encrypted form.
|
Once the files are uploaded to the Anytype space, they will be uploaded to the bucket in encrypted form.
|
Loading…
Add table
Add a link
Reference in a new issue