| 786 | }); |
| 787 | |
| 788 | const createTestRequestWithSSE = sseHeaders => ({ |
| 789 | ...testRequest, |
| 790 | headers: { |
| 791 | ...testRequest.headers, |
| 792 | ...sseHeaders, |
| 793 | }, |
| 794 | }); |
| 795 | |
| 796 | it('should apply default AES256 SSE when global encryption is enabled and no SSE headers are provided', done => { |
| 797 | config.globalEncryptionEnabled = true; |