Rank 4: Virtual Machine
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration.
- Does all the
/storage/<storage_type>will be migrated to S3 ? - How does the S3 path looks like ? is it like
<bucket>/<storage_type>/<files>or something else ? (since the getDevice root isAPP_STORAGE_UPLOADS = '/storage/uploads'could it be<bucket>/storage/<storage_type>/<files>?) - Do you use ACL requests ? since i'm planning to use garageHQ, they don't have ACL/Policies endpoints (see https://garagehq.deuxfleurs.fr/documentation/reference-manual/s3-compatibility/)
- Do you use public facing object ? or for public / get objects you use a presign ? as garage don't allow public access for now, but allow presign requests