Files
lasuite-drive/docs
Nicolas Clerc 8ba9d7b3f9 (backend) make the upload ACL configurable
GCS based storages like S3NS reject presigned PUT URLs signing the
x-amz-acl header: their S3 compatibility layer consumes x-amz-*
headers having an x-goog-* equivalent, so the signature check no
longer finds the header in the request. Objects are private by
default on S3 and GCS, so the ACL can simply be dropped by setting
AWS_S3_UPLOAD_ACL to an empty string. The setting is exposed in the
config endpoint so the frontend can send a header matching the
signature.

See https://documentation.s3ns.fr/storage/docs/aws-simple-migration
2026-07-22 16:02:04 +02:00
..
2026-03-11 14:57:28 +01:00
2025-11-19 10:12:25 +01:00
2026-07-22 16:02:04 +02:00
2025-11-19 10:12:25 +01:00
2026-04-23 17:42:48 +02:00