There was an error while loading. Please reload this page.
1 parent f9b6e02 commit c9c2ae0Copy full SHA for c9c2ae0
1 file changed
s3-proxy/nginx.conf
@@ -38,7 +38,7 @@ http {
38
add_header 'Access-Control-Allow-Methods' $http_access_control_request_method always;
39
add_header 'Access-Control-Allow-Origin' '*' always;
40
add_header 'Access-Control-Max-Age' '3000' always;
41
- add_header 'Access-Control-Expose-Headers' 'Content-Length, Content-Range, ETag, x-amz-meta-helium, x-amz-bucket-region, x-amz-delete-marker, x-amz-request-id, x-amz-version-id, x-amz-storage-class' always;
+ add_header 'Access-Control-Expose-Headers' 'Content-Length, Content-Range, ETag, x-amz-meta-helium, x-amz-bucket-region, x-amz-delete-marker, x-amz-request-id, x-amz-version-id, x-amz-storage-class, x-amz-restore' always;
42
43
# Return success on OPTIONS.
44
if ($request_method = 'OPTIONS') {
0 commit comments