Skip to content

Commit

Permalink
chore: remove ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Dec 19, 2024
1 parent cba46de commit ad6e562
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/s3/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export async function createS3Component(components: {
Body: JSON.stringify({ ok: true, data: tiles }),
ContentType: 'application/json',
CacheControl: 'public, max-age=60',
ACL: 'public-read',
Metadata: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET',
Expand Down Expand Up @@ -117,7 +116,6 @@ export async function createS3Component(components: {
Body: JSON.stringify({ timestamp }),
ContentType: 'application/json',
CacheControl: 'public, max-age=60',
ACL: 'public-read',
Metadata: {
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': 'GET',
Expand Down

0 comments on commit ad6e562

Please sign in to comment.