Skip to content

Commit

Permalink
Expose ETAG in Cors
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Dec 20, 2023
1 parent 271b907 commit a9b6f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ resources:
- AllowedHeaders: [ "*" ]
AllowedMethods: [ "PUT" ]
AllowedOrigins: [ "*" ]
ExposedHeaders: ['ETag']

# Bucket policy for animl-images-ingestion
S3BucketPolicyAnimlImagesIngestionBucketPolicy:
Expand Down

0 comments on commit a9b6f23

Please sign in to comment.