You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the frequent use cases is to mount a bucket to host web content. However, SELinux requires the security context httpd_sys_content_t to be applied. We are forced to disable SELinux which can go against organizational policy.
The text was updated successfully, but these errors were encountered:
Update the CRT libraries to the latest releases. In particular, include:
* Support full object checksum and crc64nvme.
([awslabs/aws-c-s3#468](awslabs/aws-c-s3#468))
<details>
<summary>Full CRT changelog:</summary>
```
Submodule mountpoint-s3-crt-sys/crt/aws-c-common be8ed873..fadfef49:
> Support relative paths when prebuilding dependencies with CMake (#1174)
> Switch CI to use roles (#1173)
Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 45894ed3..337155f6:
> Support full object checksum (#468)
> [meta request]: assign shutdown_callback inside critical region (#470)
> Switch CI to use roles (#463)
```
</details>
### Does this change impact existing behavior?
No.
### Does this change need a changelog entry?
No.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and I agree to the terms of
the [Developer Certificate of Origin
(DCO)](https://developercertificate.org/).
Signed-off-by: Alessandro Passaro <[email protected]>
Tell us more about this new feature.
One of the frequent use cases is to mount a bucket to host web content. However, SELinux requires the security context
httpd_sys_content_t
to be applied. We are forced to disable SELinux which can go against organizational policy.The text was updated successfully, but these errors were encountered: