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
@@ -67,6 +68,47 @@ This is much faster than Magento's built-in sync, because `aws s3 sync` uploads
67
68
68
69
Magento's S3 implementation creates a test file called `storage.flag`, which is basically created to test if the connection works. So this is not a magic file to mark anything ([source](https://github.com/magento/magento2/blob/6f4805f82bb7511f72935daa493d48ebda3d9039/app/code/Magento/AwsS3/Driver/AwsS3.php#L104)).
69
70
71
+
## Serving assets from your S3 bucket
72
+
73
+
To start serving media assets from your S3 bucket, you need to make some adjustments to your nginx configuration.
0 commit comments